A company operates a critical media processing application with a primary environment in the eu-west-1 Region and a standby disaster recovery environment in the eu-central-1 Region. The database tier utilizes Amazon Aurora PostgreSQL Global Database, where the primary cluster is in eu-west-1 and the secondary cluster is in eu-central-1. Microservices in both regions resolve database endpoints using a private hosted zone in Route 53. The application instances in both regions are deployed across multiple Availability Zones in private subnets and require outbound internet access to call external APIs. During a disaster recovery drill, the administrator observed that secondary region instances failed to resolve database endpoints, outbound API calls failed when one Availability Zone in eu-central-1 experienced an outage, and client traffic did not automatically redirect to the secondary region. Which combination of actions will resolve these reliability and disaster recovery issues?
- Associate the existing database Route 53 private hosted zone with the VPC in eu-central-1. Deploy a NAT Gateway in each Availability Zone of the eu-central-1 VPC, updating the corresponding route tables. Configure Route 53 Failover routing records pointing to the Application Load Balancers in both regions, and enable Evaluate Target Health on the alias records.Cevap
- BCreate a duplicate Route 53 private hosted zone with the same domain name in the eu-central-1 VPC. Deploy a NAT Gateway in each Availability Zone of the eu-central-1 VPC, updating the corresponding route tables. Configure Route 53 Failover routing records pointing to the Application Load Balancers in both regions, and enable Evaluate Target Health on the alias records.
- CAssociate the existing database Route 53 private hosted zone with the VPC in eu-central-1. Deploy a single NAT Gateway in one Availability Zone of the eu-central-1 VPC, updating all private subnet route tables to point to it. Configure Route 53 Failover routing records pointing to the Application Load Balancers in both regions, and enable Evaluate Target Health on the alias records.
- DAssociate the existing database Route 53 private hosted zone with the VPC in eu-central-1. Deploy a NAT Gateway in each Availability Zone of the eu-central-1 VPC, updating the corresponding route tables. Configure Route 53 simple routing records pointing to the Application Load Balancers in both regions with a low Time to Live (TTL) value, planning for manual updates during a failover event.