A solutions architect needs to configure an Amazon RDS for MySQL database to support high availability within a single AWS Region. The configuration must provide automatic failover to a standby instance in a different Availability Zone in the event of an infrastructure failure. Which database configuration will meet these requirements with the least administrative effort?
- ADeploy an RDS read replica in a different Availability Zone and configure the application to manually promote it.
- BSet up a single-AZ RDS DB instance and configure Route 53 latency routing to fail over to a secondary instance.
- Configure an Amazon RDS Multi-AZ DB instance deployment.Cevap
- DDeploy a scaled-down warm standby database instance in another AWS Region to run startup scripts during a failover event.
Cevap
Configure an Amazon RDS Multi-AZ DB instance deployment.
Deploying the database as an Amazon RDS Multi-AZ DB instance deployment automatically provisions and maintains a synchronous standby replica in a different Availability Zone. If the primary instance fails, Amazon RDS automatically performs a failover to the standby with zero administrative intervention and minimal downtime.
Adım Adım Çözüm
Anahtar Kavram
Amazon RDS Multi-AZ deployments provide high availability, data redundancy, and automatic failover support within a single AWS Region.
Tahmini Süre:45s