A SysOps Administrator needs to configure an Amazon RDS DB instance to ensure automatic failover to a synchronous standby instance in a different Availability Zone during an outage. Which RDS configuration meets this requirement?
- Multi-AZ DB deploymentAnswer
- BRDS Read Replicas in a different Availability Zone
- CAmazon Route 53 active-passive failover routing policy pointing to a separate standalone DB instance
- DCross-Region database replication to another AWS Region
Answer
Multi-AZ DB deployment
The correct option is the Multi-AZ DB deployment because it synchronously replicates data to a standby instance in a different Availability Zone. In the event of an infrastructure failure or primary database outage, Amazon RDS automatically performs a failover to the standby instance by updating the DNS record, ensuring high availability with zero manual intervention.
Step-by-Step Solution
Key Concept
Amazon RDS Multi-AZ deployments provide high availability and failover support for DB instances by synchronously replicating data to a standby instance in a different Availability Zone.
Estimated Time:45s