0
0
AWScloud~5 mins

Multi-AZ deployment for high availability in AWS - Cheat Sheet & Quick Revision

Choose your learning style9 modes available
Recall & Review
beginner
What does Multi-AZ deployment mean in AWS?
Multi-AZ deployment means running your application or database across multiple Availability Zones to improve availability and fault tolerance.
Click to reveal answer
beginner
Why is Multi-AZ deployment important for high availability?
It protects your system from failures in a single data center by automatically switching to a healthy zone, reducing downtime.
Click to reveal answer
intermediate
How does AWS RDS use Multi-AZ deployment?
AWS RDS creates a synchronous standby replica in a different Availability Zone and automatically fails over if the primary instance fails.
Click to reveal answer
beginner
What is an Availability Zone in AWS?
An Availability Zone is a separate physical data center within an AWS region designed to be isolated from failures in other zones.
Click to reveal answer
intermediate
Can Multi-AZ deployment improve performance?
Multi-AZ mainly improves availability and fault tolerance, but it does not improve performance because standby instances are not used for read traffic.
Click to reveal answer
What is the main benefit of Multi-AZ deployment?
AImproved availability and fault tolerance
BLower cost of infrastructure
CFaster data processing
DSimpler application code
In AWS RDS Multi-AZ, what happens if the primary database fails?
AManual restart of the primary instance
BAutomatic failover to standby in another AZ
CData loss occurs
DThe application stops working
Which of the following is true about Availability Zones?
AThey are only used for backups
BThey are the same as AWS regions
CThey are virtual machines
DThey are isolated data centers within a region
Does Multi-AZ deployment improve read performance by default?
ANo, standby instances do not serve read traffic
BYes, it doubles read speed
CYes, but only for write operations
DNo, it only improves security
Which AWS service commonly uses Multi-AZ deployment for high availability?
AAWS Lambda
BAmazon S3
CAmazon RDS
DAmazon CloudFront
Explain how Multi-AZ deployment helps maintain application availability in AWS.
Think about what happens if one data center fails.
You got /4 concepts.
    Describe the difference between an Availability Zone and a Region in AWS.
    Consider the AWS global infrastructure hierarchy.
    You got /4 concepts.