
Answer-first summary for fast verification
Answer: Configure CloudFront with multiple origins to serve both static and dynamic content at low latency to global users
Configure CloudFront with multiple origins to serve both static and dynamic content at low latency to global users Amazon CloudFront is a web service that speeds up distribution of your static and dynamic web content, such as .html, .css, .js, and image files, to your users. CloudFront delivers your content through a worldwide network of data centers called edge locations. When a user requests content that you're serving with CloudFront, the request is routed to the edge location that provides the lowest latency (time delay), so that content is delivered with the best possible performance. You can configure a single CloudFront web distribution to serve different types of requests from multiple origins.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A website serves its static content from an Amazon Simple Storage Service (Amazon S3) bucket and delivers its dynamic content through an application load balancer. Considering that the user base is distributed globally, it is crucial to minimize latency in order to ensure an optimal user experience.
Which AWS technology or service can be utilized to access both the static and dynamic content effectively, while also ensuring low data latency across a geographically dispersed user base?
A
Use Global Accelerator to transparently switch between S3 bucket and load balancer for different data needs
B
Use CloudFront's Lambda@Edge feature to server data from S3 buckets and load balancer programmatically on-the-fly
C
Use CloudFront's Origin Groups to group both static and dynamic requests into one request for further processing
D
Configure CloudFront with multiple origins to serve both static and dynamic content at low latency to global users