An educational institution is migrating its student enrollment system to AWS and will use Amazon RDS for SQL Server. The database must remain highly available within the primary AWS Region with a recovery time objective (RTO) of less than 2 minutes in the event of an Availability Zone failure. Failover must be completely automated, requiring no updates to the database endpoint in the application's configuration. Which configuration will meet these requirements?
- AA Single-AZ DB instance deployment with a Read Replica in a different Availability Zone
- BA Single-AZ DB instance deployment using an Amazon Route 53 latency routing policy
- A Multi-AZ DB instance deploymentCevap
- DA Single-AZ DB instance deployment with automated snapshots scheduled every hour
Cevap
A Multi-AZ DB instance deployment
The Multi-AZ DB instance deployment configuration is correct because Amazon RDS automatically provisions and maintains a synchronous standby replica in a different Availability Zone within the same AWS Region. In the event of a planned or unplanned outage of the primary DB instance, Amazon RDS automatically performs a failover to the standby instance. This failover process typically completes in under 2 minutes and updates the DNS CNAME record of the DB instance to point to the standby, eliminating the need to update database endpoints in the application configuration.
Adım Adım Çözüm
Anahtar Kavram
Amazon RDS Multi-AZ Deployments
Tahmini Süre:45s