A financial technology company is deploying a global transactional platform across two AWS Regions: us-east-1 (primary) and us-west-2 (secondary). The application requires a relational database backend that can survive a complete regional outage with a Recovery Point Objective (RPO) of less than 1 second and a Recovery Time Objective (RTO) of less than 1 minute. Read operations must be served locally in both regions to minimize latency, while write operations must be routed appropriately to avoid data divergence. Which combination of actions should a solutions architect take to meet these requirements? (Select TWO.)
- Deploy an Amazon Aurora Global Database with the primary DB cluster in us-east-1 and a secondary DB cluster in us-west-2, and enable write forwarding on the secondary cluster.Cevap
- In the event of a primary regional outage, initiate a managed failover of the Aurora Global Database to promote the secondary DB cluster in us-west-2 to primary.Cevap
- CConfigure an Amazon RDS for PostgreSQL database in us-east-1 with a cross-region read replica in us-west-2, and configure Route 53 failover routing to promote the replica.
- DSet up Route 53 Latency routing with active-active failover to route database write traffic directly to both database clusters simultaneously in both regions.
- EDeploy the database as an Amazon RDS for PostgreSQL Multi-AZ DB cluster in us-east-1 and use AWS Database Migration Service (DMS) to replicate data to us-west-2.
Cevap
Deploy an Amazon Aurora Global Database with the primary DB cluster in us-east-1 and a secondary DB cluster in us-west-2, and enable write forwarding on the secondary cluster. Also, in the event of a primary regional outage, initiate a managed failover of the Aurora Global Database to promote the secondary DB cluster in us-west-2 to primary.
Deploying an Amazon Aurora Global Database with write forwarding enabled ensures low-latency reads in both regions and coordinates writes to the primary cluster. During a regional outage, initiating a managed failover promotes the secondary cluster to primary with zero data loss, achieving an RPO of less than 1 second and an RTO of less than 1 minute.
Adım Adım Çözüm
Anahtar Kavram
Amazon Aurora Global Database managed failover and write forwarding support cross-region high availability with RTO < 1 minute and RPO < 1 second.
Tahmini Süre:3m 0s