AWS Certified SysOps Administrator – Associate (legacy) — Question 719

A company website hosts patches for software that is sold globally. The website runs in AWS and performs well until a large software patch is released. The flood of downloads puts a strain on the web servers and leads to a poor customer experience.
What can the Sysops Administrator propose to enhance customer experience, create a more available web platform, and keep costs low?

Answer options

Correct answer: A

Explanation

Amazon CloudFront acts as a content delivery network (CDN) that caches static assets like software patches at edge locations close to users, drastically reducing the load on the origin servers and lowering data transfer costs. Scaling out web servers or provisioning expensive io1 EBS volumes increases costs and does not solve the distribution bottleneck. Upgrading a NAT instance does not address the server-side capacity issues or improve global delivery efficiency.