A global telecommunications provider is deploying a critical SIM card provisioning platform on AWS. The application layer runs on Amazon EC2 instances in Auto Scaling groups behind Application Load Balancers (ALBs) across multiple Availability Zones in the primary region (us-east-1) and a recovery region (us-west-2). The application queries and updates customer provisioning profiles stored in an Amazon Aurora PostgreSQL Global Database, which has its primary cluster in us-east-1 and a secondary cluster in us-west-2. The application servers must periodically make outbound calls to external carrier networks via NAT Gateways. The architecture must achieve a Recovery Time Objective (RTO) of less than 10 minutes, a Recovery Point Objective (RPO) of less than 1 minute, mitigate against single Availability Zone failures within either region, and automate user traffic redirection to the secondary region if the primary region experiences a complete service disruption. Which two of the following configuration options should the solutions architect implement to meet these requirements? (Select TWO.)
- Configure Route 53 Failover routing records with health checks pointing to the regional Application Load Balancers. During a disaster event in the primary region, perform an unplanned managed failover of the Aurora Global Database to the recovery region to promote the secondary database cluster.Answer
- Deploy a NAT Gateway in each Availability Zone utilized by the application in both regions, and configure the route tables of the private subnets to direct outbound traffic to the NAT Gateway within their respective Availability Zone.Answer
- CDeploy a single NAT Gateway in a single public subnet in us-east-1 and another in us-west-2, and configure private subnet route tables across all Availability Zones in each region to route outbound traffic through these single entry points to minimize provisioning costs.
- DAssociate the internal Route 53 Private Hosted Zone (PHZ) used for service discovery with the VPC in us-east-1, and rely on inter-region VPC peering to resolve local service hostnames from the us-west-2 VPC without local hosted zone association.
- EConfigure Route 53 Geolocation routing to distribute user traffic evenly between both regions, and implement a pilot light disaster recovery strategy by replicating database snapshots once every hour to the recovery region.