A company runs a production application on an Amazon RDS for PostgreSQL database instance. The database currently operates in a single Availability Zone. The Solutions Architect needs to modify the database configuration to ensure high availability with automatic failover in the event of an infrastructure failure or Availability Zone outage. Which configuration change will meet these requirements with the least operational effort?
- ADeploy an RDS Read Replica in a different Availability Zone
- BConfigure a multi-region Pilot Light database environment using AWS Database Migration Service (DMS)
- Modify the database instance to enable a Multi-AZ deploymentCevap
- DDeploy an RDS Read Replica and configure Route 53 Latency routing to manage failover
Cevap
Modify the database instance to enable a Multi-AZ deployment
Modifying the RDS instance to a Multi-AZ deployment is the correct answer. AWS automatically provisions a standby replica in a different Availability Zone, synchronously replicates data to it, and performs automatic failover in the event of an outage by updating the DNS record of the database endpoint.
Adım Adım Çözüm
Anahtar Kavram
Amazon RDS Multi-AZ deployments for high availability and automatic failover