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

A company is hosting an election reporting website on AWS for users around the world. The website uses Amazon EC2 instances for the web and application tiers in an Auto Scaling group with Application Load Balancers. The database tier uses an Amazon RDS for MySQL database. The website is updated with election results once an hour and has historically observed hundreds of users accessing the reports.
The company is expecting a significant increase in demand because of upcoming elections in different countries. A solutions architect must improve the website's ability to handle additional demand while minimizing the need for additional EC2 instances.
Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B because Amazon CloudFront can effectively cache static content at edge locations, reducing latency for users and offloading traffic from the origin servers. The other options, while useful for specific scenarios, do not provide the same level of global content delivery and caching efficiency as CloudFront, making them less suitable for handling the anticipated increase in traffic.