A financial technology company is deploying a credit card payment gateway on AWS. The application must be highly available and resilient to regional disasters, with a target Recovery Time Objective (RTO) of less than 10 minutes and a Recovery Point Objective (RPO) of less than 1 minute. The primary infrastructure is located in us-east-1, and a secondary warm standby infrastructure is deployed in us-west-2. The application tier consists of Amazon EC2 instances in Auto Scaling groups behind Application Load Balancers. The database layer uses Amazon Aurora PostgreSQL. Outbound API calls to external payment networks must flow through NAT Gateways. Internal microservice endpoints are resolved using a Route 53 private hosted zone.
Which combination of actions should the Solutions Architect take to meet these requirements? (Select TWO.)
- Configure Amazon Aurora Global Database with the primary cluster in us-east-1 and a secondary cluster in us-west-2 containing an active Aurora Serverless v2 reader instance.Answer
- Create a Route 53 failover routing policy for the public DNS record, directing traffic to the us-east-1 load balancer as primary and the us-west-2 load balancer as secondary, and associate it with an active Route 53 health check.Answer
- CConfigure a daily snapshot lifecycle in AWS Backup for the primary Aurora cluster in us-east-1, replicate the snapshots to us-west-2 every 12 hours, and restore the cluster in us-west-2 during a disaster event.
- DAssociate the Route 53 private hosted zone only with the VPC in us-east-1, and rely on cross-region VPC peering to route DNS queries from the us-west-2 VPC.
- EDeploy a single NAT Gateway in us-east-1 and update the route tables of the private subnets in both us-east-1 and us-west-2 to route all outbound internet traffic through this NAT Gateway to minimize ongoing NAT hourly charges.