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

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

The correct answer, A, is appropriate as it utilizes Amazon CloudFront to cache both static and dynamic content, reducing latency and improving performance by routing traffic through a single distribution. Options B, C, and D introduce unnecessary complexity with Global Accelerator, which is not needed for this scenario, and do not effectively meet the performance requirements as efficiently as option A.