AWS Certified Developer – Associate — Question 179

A company's website runs on an Amazon EC2 instance and uses Auto Scaling to scale the environment during peak times. Website users across the world are experiencing high latency due to static content on the EC2 instance, even during non-peak hours.

Which combination of steps will resolve the latency issue? (Choose two.)

Answer options

Correct answer: D, E

Explanation

The correct answers are D and E because creating an Amazon CloudFront distribution will help cache static content closer to users, reducing latency, while storing static content in Amazon S3 allows for efficient delivery and scalability. Options A and C do not directly address the latency issue caused by static content, and option B changes the architecture without addressing the content delivery problem.