A SysOps Administrator is managing an Amazon RDS for MySQL DB instance. To prepare for potential Availability Zone failures, the database must be configured to support automated failover to a standby instance in a different Availability Zone with minimal downtime. Which configuration change will meet these requirements?
- ACreate an RDS Read Replica in a different Availability Zone and configure Amazon Route 53 to automatically promote it during an outage.
- BConfigure an Amazon Route 53 active-active failover routing policy to distribute traffic between the primary database and a read replica.
- Modify the RDS DB instance to a Multi-AZ DB deployment to enable automatic failover to a synchronous standby replica.Answer
- DDeploy an Amazon Aurora Read Replica in a different Availability Zone and configure AWS Database Migration Service (AWS DMS) to handle the failover.
Answer
Modify the RDS DB instance to a Multi-AZ DB deployment to enable automatic failover to a synchronous standby replica.
Enabling Multi-AZ on an Amazon RDS instance automatically provisions and maintains a synchronous standby replica in a different Availability Zone. In the event of an AZ outage or primary instance failure, Amazon RDS automatically performs a failover by updating the DNS record of the DB instance to point to the standby instance, resulting in minimal downtime without requiring manual administrator action.
Step-by-Step Solution
Key Concept
Amazon RDS Multi-AZ Deployments