A metropolitan transit authority is designing a new multi-region disaster recovery (DR) architecture for its public transit ticketing system. The primary production environment runs in the us-east-1 Region, and the secondary disaster recovery environment will be located in the us-west-2 Region. The application consists of a ticketing API hosted on Amazon EC2 instances inside private subnets behind an Application Load Balancer (ALB), and a backend database. The API needs to perform outbound calls to external payment gateways. Internal services resolve endpoints using a Route 53 Private Hosted Zone. The architecture must achieve a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 5 minutes while minimizing cost during normal operations. Which of the following architectures meets these requirements?
- Deploy the application on Amazon EC2 instances in an Auto Scaling group scaled to minimum capacity in us-west-2. Use Amazon Aurora Global Database with the primary cluster in us-east-1 and a secondary cluster in us-west-2. Deploy a NAT Gateway in each Availability Zone in both regions. Configure Amazon Route 53 Failover routing to direct public traffic to us-east-1, and associate the internal Route 53 Private Hosted Zone with the VPCs in both regions.Cevap
- BDeploy the application on Amazon EC2 instances in an Auto Scaling group scaled to minimum capacity in us-west-2. Use Amazon Aurora Global Database with the primary cluster in us-east-1 and a secondary cluster in us-west-2. Deploy a single NAT Gateway in the first Availability Zone of each region to reduce idle gateway costs. Configure Amazon Route 53 Failover routing to direct public traffic to us-east-1, and associate the internal Route 53 Private Hosted Zone with the VPCs in both regions.
- CDeploy the application on Amazon EC2 instances in an Auto Scaling group scaled to minimum capacity in us-west-2. Use Amazon Aurora Global Database with the primary cluster in us-east-1 and a secondary cluster in us-west-2. Deploy a NAT Gateway in each Availability Zone in both regions. Configure Amazon Route 53 Failover routing to direct public traffic to us-east-1, and associate the internal Route 53 Private Hosted Zone with the us-east-1 VPC, relying on an inter-region VPC peering connection for resolution from the us-west-2 VPC.
- DDeploy the application on Amazon EC2 instances in an Auto Scaling group scaled to minimum capacity in us-west-2. Use Amazon RDS for PostgreSQL in us-east-1 with a cross-region Read Replica in us-west-2. Deploy a NAT Gateway in each Availability Zone in both regions. Configure Amazon Route 53 Latency-based routing to distribute traffic between regions, and manually promote the RDS replica during a disaster event.