A manufacturing corporation is launching a global IoT device fleet configuration management platform. The primary system runs on Amazon EC2 instances within a private subnet across three Availability Zones in the us-east-1 Region, communicating externally through NAT Gateways. The database tier uses Amazon Aurora PostgreSQL. The business requires a disaster recovery solution in the us-west-2 Region with a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. Which two options should the Solutions Architect choose to implement a highly available and resilient architecture that meets these requirements?
- Deploy an Amazon Aurora Global Database with the primary cluster in us-east-1 and a secondary cluster in us-west-2.Cevap
- Configure Amazon Route 53 failover routing policies with active-passive settings, associating health checks with the Application Load Balancer endpoints in both Regions.Cevap
- CDeploy a single NAT Gateway in a single Availability Zone in us-east-1 to centralize and reduce costs for all outbound internet traffic from the private EC2 instances.
- DConfigure AWS Backup to take nightly database snapshots in us-east-1 and copy them to us-west-2 to serve as the database recovery source.
- EConfigure Amazon Aurora Auto Scaling to dynamically spin up Aurora Replicas in us-west-2 to handle write failover operations automatically during high CPU utilization spikes in us-east-1.
- FAssociate the application's Route 53 Private Hosted Zone only with the us-east-1 VPC, relying on default VPC peering DNS resolution to resolve endpoints from the us-west-2 VPC.
Cevap
Deploying Amazon Aurora Global Database for cross-region replication combined with Route 53 active-passive failover routing policies linked to regional Application Load Balancers.
The correct strategy combines low-latency database replication and automated DNS failover. Deploying an Amazon Aurora Global Database meets the 1-minute RPO because replication lag is under 1 second, and the secondary cluster can be promoted to a primary cluster within minutes. Setting up Route 53 active-passive failover routing with health checks linked to the Application Load Balancer endpoints automates routing to the standby Region during a primary Region failure, helping achieve the 15-minute RTO.
Adım Adım Çözüm
Anahtar Kavram
Selecting and configuring cross-region database replication and global DNS failover policies to meet precise RTO/RPO targets.