
Ultimate access to all questions.
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