A geospatial satellite image processing company is designing a new multi-region pipeline on AWS. The application will be deployed in VPCs in us-east-1 (Primary) and us-west-2 (Secondary). The workflow orchestration tier runs on Amazon EC2 instances in private subnets that require highly available outbound internet access to ingestion APIs, resilient to any Availability Zone (AZ) failure. The database layer uses Amazon Aurora PostgreSQL to store image metadata. The company requires a Recovery Point Objective (RPO) of less than 1 minute and a Recovery Time Objective (RTO) of less than 2 minutes. Additionally, internal EC2 processing nodes in us-west-2 must resolve hostnames in a Route 53 Private Hosted Zone (PHZ) managed in us-east-1. Which TWO architectural configurations must a solutions architect implement to satisfy these requirements? (Select TWO.)
- Configure an Amazon Aurora Global Database with the primary cluster in us-east-1 and a secondary cluster in us-west-2. Use managed failover to promote the secondary cluster to a write-capable region during disaster recovery.Answer
- In both VPCs, deploy a NAT Gateway in each Availability Zone where private EC2 instances reside, and configure the routing tables of each private subnet to direct egress traffic to the local NAT Gateway in its respective Availability Zone.Answer
- CUse AWS Backup to schedule database snapshots every 12 hours in us-east-1 and copy them to us-west-2 to restore the database in the event of an outage.
- DDeploy a single NAT Gateway in the primary Availability Zone of each VPC, and configure the routing tables of all private subnets in that VPC to route egress traffic through this NAT Gateway.
- ERely on standard VPC Peering DNS resolution settings to allow the instances in us-west-2 to resolve hostnames in the primary VPC's Route 53 Private Hosted Zone without modifying the zone's VPC associations.
- FConfigure Amazon Aurora Auto Scaling in us-west-2 to automatically scale the number of writer nodes to handle database failover and host resolution during a regional outage.