Medium1 markMultiple Choice
AWS SAA-C03 · Question 28 · Domain 2.2: Highly Available Architectures
A company's primary Amazon RDS database instance experienced a hardware failure. The database was configured with Multi-AZ deployments. What happens next?
A company's primary Amazon RDS database instance experienced a hardware failure. The database was configured with Multi-AZ deployments. What happens next?
Answer options:
A.
The application must be manually updated with the standby instance's IP address.
B.
Amazon RDS automatically fails over to the standby instance without changing the database endpoint.
C.
A Read Replica is automatically promoted to become the new primary instance.
D.
The database is restored from the latest automated snapshot.
How to approach this question
Understand how RDS Multi-AZ failover works.
Full Answer
B.Amazon RDS automatically fails over to the standby instance without changing the database endpoint.✓ Correct
Amazon RDS automatically fails over to the standby instance without changing the database endpoint.
In an RDS Multi-AZ deployment, AWS automatically provisions and maintains a synchronous standby replica. During a failure, RDS automatically updates the DNS record of the DB instance to point to the standby.
Common mistakes
Confusing Multi-AZ standby instances with Read Replicas.
Practice the full AWS SAA-C03 Practice Exam 2
65 questions · hints · full answers · grading
More questions from this exam
Q01A company wants to ensure that no AWS resources can be created in the ap-northeast-1 region acros...EasyQ02A web application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The com...EasyQ03A company is storing highly sensitive data in an Amazon S3 bucket. The security team requires tha...MediumQ04An application running on an EC2 instance needs to access an Amazon DynamoDB table in a different...HardQ05A company needs to store database credentials securely. The credentials must be automatically rot...Medium
Expert