An organization is transitioning an internal business API from an on-premises datacenter to AWS. During the migration phase, they want to establish an active-passive failover DNS strategy using Amazon Route 53 at the zone apex. The primary gateway is hosted on-premises and is accessible via a static public IP address. The secondary disaster recovery gateway is hosted behind an Application Load Balancer (ALB) in AWS. If the on-premises endpoint becomes unavailable, traffic must automatically route to the AWS ALB.
Which two DNS record configurations should a SysOps administrator implement to meet these requirements? (Select two.)
- Create a Route 53 health check that monitors the on-premises public IP address, and associate this health check with a primary Failover A record pointing to the on-premises IP.Answer
- Create a secondary Failover Alias A record pointing to the Application Load Balancer, and configure Evaluate Target Health to Yes.Answer
- CCreate a primary Failover CNAME record at the zone apex pointing to the on-premises public IP, and associate it with the created Route 53 health check.
- DCreate a primary Failover A record pointing to an Amazon RDS Read Replica IP address to enable Multi-AZ automatic failover redirection.
- EConfigure a CloudWatch metric alarm with standard -minute monitoring to track endpoint availability, and link this alarm directly to the primary record without a Route 53 health check.
Answer
Create a Route 53 health check to monitor the on-premises public IP and associate it with a primary Failover A record, and create a secondary Failover Alias A record pointing to the Application Load Balancer with Evaluate Target Health set to Yes.
To set up active-passive failover at the zone apex, the primary record must be a standard A record (since CNAMEs are not allowed at the zone apex) with a Failover routing policy and an associated health check to monitor the on-premises endpoint. The secondary record should be an Alias A record pointing to the Application Load Balancer, configured with a Failover routing policy and 'Evaluate Target Health' enabled so that Route 53 automatically tracks the health of the backend targets behind the ALB.
Step-by-Step Solution
Key Concept
Route 53 active-passive DNS failover configuration for hybrid environments
Estimated Time:2m 0s