A company is migrating its transactional application to Amazon RDS. To prevent downtime during an infrastructure failure or an Availability Zone outage, the solutions architect must configure the database for automatic failover to a standby instance in another Availability Zone with zero manual intervention. Which database configuration should the solutions architect recommend?
- An Amazon RDS Multi-AZ deploymentCevap
- BAn Amazon RDS Single-AZ deployment with a Read Replica in a different Availability Zone
- CAn Amazon RDS Single-AZ deployment configured with Amazon Route 53 Latency routing
- DAn Amazon RDS Single-AZ deployment paired with a warm standby database on an Amazon EC2 instance
Cevap
An Amazon RDS Multi-AZ deployment
The correct option is the Amazon RDS Multi-AZ deployment. Multi-AZ deployments provide high availability and failover support for DB instances. AWS automatically provisions and maintains a synchronous standby replica in a different Availability Zone. In the event of a failure, the primary DB instance is failed over to the standby replica automatically, ensuring high availability with zero administrative overhead.
Adım Adım Çözüm
Anahtar Kavram
Amazon RDS Multi-AZ deployments provide automatic failover and high availability by maintaining a synchronous standby replica in a different Availability Zone.