AWS Certified SysOps Administrator – Associate — Question 437

A company hosts a web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The company uses Amazon Route 53 to route traffic.
The company also has a static website that is configured in an Amazon S3 bucket.
A SysOps administrator must use the static website as a backup to the web application. The failover to the static website must be fully automated.
Which combination of actions will meet these requirements? (Choose two.)

Answer options

Correct answer: C, E

Explanation

To establish an automated active-passive failover configuration in Route 53, the primary record (the ALB) must be associated with a Route 53 health check so that Route 53 knows when to trigger a failover. The secondary record (the S3 static website) does not require its own health check because Route 53 will automatically route traffic to it once the primary health check fails. Using a Lambda function is unnecessary because Route 53 natively supports automated failover routing.