A financial services firm is deploying a web-based client portal. The portal uses an Amazon RDS DB instance to store transaction records. The database must remain highly available during a database instance failure or an Availability Zone outage, with automatic failover to a standby instance without manual intervention. Which Amazon RDS configuration should a solutions architect recommend to meet these requirements?
- ACreate an Amazon RDS Read Replica in a different Availability Zone to serve as the automatic failover target.
- BSet up the database as a single-AZ DB instance and configure AWS Backup to restore it as a pilot light standby in a secondary Availability Zone.
- Configure the Amazon RDS DB instance to use a Multi-AZ deployment.Cevap
- DConfigure Amazon Route 53 latency routing to route database connection traffic to a secondary single-AZ RDS DB instance in a different AWS Region.
Cevap
Configure the Amazon RDS DB instance to use a Multi-AZ deployment.
Configuring the Amazon RDS DB instance to use a Multi-AZ deployment is the standard method for achieving high availability on AWS. It replicates data synchronously to a standby instance in a different Availability Zone and automatically updates DNS records to point to the standby during a failure, ensuring automatic failover with no manual intervention.
Adım Adım Çözüm
Anahtar Kavram
Amazon RDS Multi-AZ deployments provide automatic failover and synchronous replication for high availability across different Availability Zones.
Tahmini Süre:1m 0s