
Answer-first summary for fast verification
Answer: Implement Amazon CloudFront to distribute and cache static content., Utilize Amazon S3 for storing and serving static content.
The best way to mitigate latency for static content experienced by users globally is to use a content delivery network and durable storage for static files. D: Creating an Amazon CloudFront distribution helps cache static content closer to users by leveraging a global network of edge locations, which significantly reduces latency. E: Storing static content in Amazon S3 provides a scalable and durable storage solution. When used with CloudFront, it enhances the speed and efficiency of content delivery, further reducing latency issues.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A global company's website operates on an EC2 instance with Auto Scaling. Users report high latency for static content, even off-peak. Identify two steps to mitigate this latency.
A
Increase the maximum EC2 instances in the Auto Scaling group.
B
Deploy application code using AWS Lambda.
C
Upgrade EC2 instances to larger sizes for vertical scaling.
D
Implement Amazon CloudFront to distribute and cache static content.
E
Utilize Amazon S3 for storing and serving static content.
No comments yet.