A logistics tracking company hosts its core API services in the us-east-1 Region. The system consists of an Application Load Balancer (ALB) that routes traffic to Amazon EC2 instances across three Availability Zones. The EC2 instances process coordinates and call external mapping services via a single NAT Gateway located in a single public subnet. The backend database is an Amazon Aurora PostgreSQL DB cluster. To enhance reliability and design a disaster recovery (DR) solution, the company is targeting the us-west-2 Region. The business requires a recovery time objective (RTO) of minutes and a recovery point objective (RPO) of minutes. The network architecture in us-east-1 must also be made resilient to Availability Zone outages. Which combination of actions should a Solutions Architect recommend to satisfy these requirements? (Select TWO.)
- Convert the Amazon Aurora PostgreSQL database to an Amazon Aurora Global Database with the primary cluster in us-east-1 and a secondary cluster in us-west-2.Cevap
- Deploy an individual NAT Gateway in each of the three public subnets in us-east-1. Configure the private subnet route tables to route outbound traffic through the NAT Gateway located in the corresponding Availability Zone.Cevap
- CConfigure AWS Backup to perform hourly snapshots of the Aurora PostgreSQL database and copy them to us-west-2. Restore from the latest copied snapshot during failover.
- DConfigure a Route 53 failover routing policy pointing to the Application Load Balancer in us-east-1 and a disaster recovery ALB in us-west-2, but disable Route 53 health checks to prevent premature failover.
- EDeploy a single NAT Gateway in us-west-2. Establish an AWS Transit Gateway peering connection between us-east-1 and us-west-2, and route all outbound internet traffic from us-east-1 through the us-west-2 NAT Gateway.