AWS Certified SysOps Administrator – Associate — Question 118

A global gaming company is preparing to launch a new game on AWS. The game runs in multiple AWS Regions on a fleet of Amazon EC2 instances. The instances are in an Auto Scaling group behind an Application Load Balancer (ALB) in each Region. The company plans to use Amazon Route 53 for DNS services. The DNS configuration must direct users to the Region that is closest to them and must provide automated failover.

Which combination of steps should a SysOps administrator take to configure Route 53 to meet these requirements? (Choose two.)

Answer options

Correct answer: A, D

Explanation

The correct answer is A and D. Option A is correct because monitoring the health of the ALB ensures that Route 53 can perform failover if the load balancer becomes unhealthy. Option D is also correct as geoproximity routing allows users to be directed to the closest Region. Options B and C are incorrect as they do not monitor the ALB, which is crucial for ensuring load balancing functionality; options E does not provide the necessary routing granularity or failover capabilities.