Easy1 markMultiple Choice
AWS SAA-C03 · Question 26 · Domain 2.2: Highly Available Architectures
A company runs a critical database on Amazon RDS for PostgreSQL. The database must remain available even if an entire AWS Availability Zone goes offline. What is the MOST cost-effective way to achieve this?
A company runs a critical database on Amazon RDS for PostgreSQL. The database must remain available even if an entire AWS Availability Zone goes offline. What is the MOST cost-effective way to achieve this?
Answer options:
A.
Create a Read Replica in a different AWS Region.
B.
Enable Multi-AZ deployment for the RDS instance.
C.
Take hourly automated snapshots and restore them if the AZ fails.
D.
Migrate the database to Amazon DynamoDB Global Tables.
How to approach this question
Look for 'Availability Zone goes offline' and 'remain available'. RDS Multi-AZ is designed exactly for this.
Full Answer
B.Enable Multi-AZ deployment for the RDS instance.✓ Correct
Enable Multi-AZ deployment for the RDS instance.
Amazon RDS Multi-AZ deployments provide enhanced availability and durability. RDS automatically provisions and maintains a synchronous standby replica in a different Availability Zone.
Common mistakes
Confusing Read Replicas (for performance) with Multi-AZ (for high availability).
Practice the full AWS SAA-C03 Practice Exam 7
65 questions · hints · full answers · grading
More questions from this exam
Q01A company has multiple AWS accounts in an AWS Organizations organization. The security team needs...MediumQ02An application runs on Amazon EC2 instances and needs to access an Amazon S3 bucket. What is the ...EasyQ03A company wants to implement federated access to the AWS Management Console for its employees usi...MediumQ04A company is building a mobile application that requires users to sign in using their social medi...EasyQ05A security team wants to enforce MFA for all IAM users before they can terminate EC2 instances. H...Medium
Expert