AWS Certified Solutions Architect – Associate (SAA-C02) — Question 619

A global company hosts its web application on Amazon EC2 instances behind an Application Load Balancer (ALB). The web application has static data and dynamic data. The company stores its static data in an Amazon S3 bucket. The company wants to improve performance and reduce latency for the static data and dynamic data. The company is using its own domain name registered with Amazon Route 53.
What should a solutions architect do to meet these requirements?

Answer options

Correct answer: A

Explanation

Amazon CloudFront can be configured with multiple origins, enabling it to deliver static content from an Amazon S3 bucket and dynamic content from an Application Load Balancer (ALB) via a single distribution. Directing Route 53 traffic to this distribution provides a low-latency, high-performance solution for global users. Other options are incorrect because AWS Global Accelerator does not support Amazon S3 buckets directly as endpoints, making those architectures invalid.