AWS Certified Solutions Architect – Associate (SAA-C03) — Question 547

A company wants to direct its users to a backup static error page if the company's primary website is unavailable. The primary website's DNS records are hosted in Amazon Route 53. The domain is pointing to an Application Load Balancer (ALB). The company needs a solution that minimizes changes and infrastructure overhead.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

An active-passive failover configuration in Amazon Route 53 is the standard way to redirect traffic to a backup site, such as a static error page in an Amazon S3 bucket, when the primary resource (ALB) fails health checks. Other routing policies, like latency or multivalue answer, do not support this specific failover behavior and would still send some traffic to unhealthy endpoints. Hosting the backup on Amazon S3 offers lower infrastructure overhead compared to deploying an Amazon EC2 instance.