AWS Certified Solutions Architect – Professional (SAP-C02) — Question 405

A retail company is operating its ecommerce application on AWS. The application runs on Amazon EC2 instances behind an Application Load Balancer (ALB). The company uses an Amazon RDS DB instance as the database backend. Amazon CloudFront is configured with one origin that points to the ALB. Static content is cached. Amazon Route 53 is used to host all public zones.

After an update of the application, the ALB occasionally returns a 502 status code (Bad Gateway) error. The root cause is malformed HTTP headers that are returned to the ALB. The webpage returns successfully when a solutions architect reloads the webpage immediately after the error occurs.

While the company is working on the problem, the solutions architect needs to provide a custom error page instead of the standard ALB error page to visitors.

Which combination of steps will meet this requirement with the LEAST amount of operational overhead? (Choose two.)

Answer options

Correct answer: A, E

Explanation

Serving a custom error page via Amazon CloudFront (Option E) is the most efficient way to handle transient HTTP 502 errors originating from the ALB without modifying the application infrastructure. Hosting this custom error page on an Amazon S3 bucket configured for static website hosting (Option A) provides a highly available, serverless solution that requires virtually zero operational maintenance. Other approaches involving CloudWatch alarms, Lambda functions, or Route 53 DNS failover are overly complex, slower to react, and introduce unnecessary operational overhead.