An automated smart warehouse fulfillment system orchestrates robotic picking paths across multiple physical distribution centers. The coordination engine runs on Amazon EC2 instances in an Auto Scaling group behind an Application Load Balancer (ALB) in the primary AWS Region. The application tier writes state data to an Amazon Aurora PostgreSQL database and requires outbound internet connectivity to send API commands to the physical warehouses. The solutions architect must design a multi-region disaster recovery (DR) solution with a Recovery Time Objective (RTO) of 15 minutes and a Recovery Point Objective (RPO) of 1 minute. The design must ensure that outbound connectivity is resilient to Availability Zone (AZ) failures in both regions and minimize administrative overhead during failover. Which combination of actions should the solutions architect recommend to meet these requirements? (Select TWO.)
- Deploy Amazon Aurora Global Database, designating the primary region as the writer and the standby region as a read replica. Configure Route 53 Failover routing records pointing to the Application Load Balancer in each region, and associate the primary record with a Route 53 health check that monitors the primary region's application health.Cevap
- Deploy a NAT Gateway in each Availability Zone of the public subnets in both the primary and standby regions. Configure the route tables of the private subnets in each Availability Zone to route outbound internet traffic through the NAT Gateway located in that same zone.Cevap
- CDeploy a single NAT Gateway in the primary Availability Zone of each region's public subnets. Configure all private subnets across all Availability Zones in both regions to route outbound internet traffic through this single NAT Gateway.
- DConfigure Amazon Aurora Auto Scaling in the standby region to dynamically scale replica instances to handle the primary write workload during failover, and configure Route 53 Latency-based routing to direct write requests directly to the reader endpoints in the standby region.
- EConfigure a Route 53 Private Hosted Zone (PHZ) in the primary account and associate it with the VPC in the standby region. Use Route 53 Geolocation routing policies to route regional internal service requests to the standby database endpoints during a failover event.