An international logistics provider runs a critical tracking application using Amazon RDS for PostgreSQL in the us-east-1 Region. The company requires a disaster recovery (DR) solution in the us-west-2 Region with a Recovery Point Objective (RPO) of less than 5 minutes and a Recovery Time Objective (RTO) of less than 15 minutes. Additionally, the secondary region must serve read-only reporting workloads during normal operations to offload the primary database. Which combination of actions will meet these requirements? (Select TWO.)
- Create a cross-region read replica of the primary database in the us-west-2 Region.Cevap
- Promote the cross-region read replica to a standalone DB instance in the us-west-2 Region during a disaster recovery event, and update the application connection settings.Cevap
- CConfigure an RDS Multi-AZ DB cluster configuration that spans across both the us-east-1 and us-west-2 Regions to enable synchronous replication and automatic failover.
- DSet up an Amazon Route 53 latency routing policy to automatically promote the secondary database instance and route application write traffic when the primary database is unhealthy.
- EConfigure AWS Backup to take database snapshots every 4 hours, copy them to the us-west-2 Region, and restore the database from the copied snapshots during a failover event.
Cevap
To meet the requirements, the company should create a cross-region read replica in the secondary region to handle reporting workloads and maintain low replication lag, and then promote that replica to a standalone DB instance during a DR event.
The correct actions are to create a cross-region read replica in the secondary region and to promote this replica to a standalone instance during a failover. The cross-region read replica satisfies the RPO of less than 5 minutes due to continuous asynchronous replication and allows read-only reporting queries to run in the secondary region. Promoting the read replica takes only a few minutes, which satisfies the 15-minute RTO.
Adım Adım Çözüm
Anahtar Kavram
Cross-Region Disaster Recovery using RDS Read Replicas