An enterprise operates a critical order-processing application in the us-east-1 Region. The application layer runs on Amazon EC2 instances distributed across three Availability Zones (AZs) in private subnets. Outbound API validation requests are routed through a single NAT Gateway located in the us-east-1a public subnet. The database layer uses an Amazon Aurora PostgreSQL Global Database with the primary cluster in us-east-1 and a secondary cluster in us-west-2. A Route 53 Private Hosted Zone (PHZ) is used for internal microservice resolution. The company requires a disaster recovery strategy with a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. During a recent outage in us-east-1a, outbound API validation failed for the entire application, and DNS failover did not execute correctly. Which set of actions should the Solutions Architect recommend to meet the reliability and disaster recovery requirements?
- Deploy a NAT Gateway in each Availability Zone in us-east-1 and update the private subnet route tables. Implement an active-passive multi-region strategy by deploying warm standby EC2 instances in us-west-2, and associate the Route 53 Private Hosted Zone with the VPC in us-west-2. Use Route 53 Application Recovery Controller (ARC) routing controls and application-level health checks to orchestrate failover, promoting the Aurora secondary cluster to primary.Cevap
- BMaintain the single NAT Gateway in us-east-1a to minimize baseline infrastructure costs. Implement a pilot light disaster recovery strategy in us-west-2 by keeping secondary EC2 instances shut down. Configure Route 53 active-passive failover records based on basic EC2 instance status checks, and rely on Aurora's automatic multi-region database failover to promote the secondary cluster.
- CProvision a NAT Gateway in each Availability Zone in us-east-1 and update the private subnet route tables. Set up warm standby EC2 instances in us-west-2. Configure Route 53 active-passive failover with health checks pointed directly to the individual EC2 instances, but do not associate the Route 53 Private Hosted Zone with the us-west-2 VPC because Private Hosted Zones automatically resolve across all VPCs in the AWS Organization. Promote the Aurora secondary cluster to primary during failover.
- DDeploy a single NAT Gateway in the us-west-2 region and route all outbound traffic from us-east-1 to it over a VPC peering connection to reduce NAT Gateway costs. Configure Route 53 active-active routing using weighted alias records pointing directly to the EC2 instances, and use Aurora Global Database write endpoint routing for automatic database failover.