AWS Certified SysOps Administrator – Associate — Question 146

A company has an application that is deployed to two AWS Regions in an active-passive configuration. The application runs on Amazon EC2 instances behind an Application Load Balancer (ALB) in each Region. The instances are in an Amazon EC2 Auto Scaling group in each Region. The application uses an Amazon Route 53 hosted zone for DNS. A SysOps administrator needs to configure automatic failover to the secondary Region.

What should the SysOps administrator do to meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because configuring Route 53 with alias records and a failover routing policy allows for automatic failover based on health checks. Option B is incorrect as CNAME records are not suitable for this use case. Options C and D do not provide a direct method for DNS-level failover and rely on Elastic Load Balancing health checks, which do not replace the need for Route 53's failover capabilities.