An enterprise is designing a disaster recovery (DR) architecture for a critical web application. The primary infrastructure is located in the us-east-1 Region, consisting of an Application Load Balancer (ALB) and an Amazon Aurora PostgreSQL Global Database. The passive DR site is in the eu-west-1 Region, using a Pilot Light strategy where application servers are scaled to zero to minimize costs, and an Aurora read replica is maintained for data replication.
The Solutions Architect must configure Amazon Route 53 to implement automatic failover. Under normal operations, all client traffic must be routed to us-east-1. If the primary region's compute resources or database fail, Route 53 must redirect all traffic to eu-west-1. The architect must ensure that traffic is not routed to eu-west-1 before the pilot light resources are scaled up, and Route 53 does not route traffic to both regions simultaneously.
Which TWO configurations should the Solutions Architect implement to meet these requirements?
- Configure a Route 53 primary failover record pointing to the us-east-1 ALB with Evaluate Target Health set to Yes. Configure a secondary failover record pointing to the eu-west-1 ALB with Evaluate Target Health set to No.Answer
- Create a Route 53 metric-based health check linked to a CloudWatch alarm that monitors Aurora database health and database connection failures in us-east-1, and associate this health check with the primary Route 53 record.Answer
- CConfigure Route 53 Latency routing records for both us-east-1 and eu-west-1, associating each record with a standard Route 53 HTTP health check to ensure failover to the healthy region.
- DSet the Route 53 Failover routing policy directly on the Amazon Aurora database cluster endpoints to automate the promotion of the Aurora read replica in eu-west-1 during a failover.
- EConfigure both primary and secondary Route 53 failover records with Evaluate Target Health set to Yes, relying on the eu-west-1 ALB target group health checks to trigger EC2 Auto Scaling policies when DNS queries begin failing over.