
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company wants to use Amazon EC2 instances to provide a static website to users all over the world. The company needs to minimize latency for the users.
Which solution meets these requirements?
A
Use EC2 instances in multiple edge locations.
B
Use EC2 instances in the same Availability Zone but in different AWS Regions.
C
Use Amazon CloudFront with the EC2 instances configured as the source.
D
Use EC2 instances in the same Availability Zone but in different AWS accounts.
Explanation:
Amazon CloudFront is AWS's Content Delivery Network (CDN) service designed specifically to minimize latency for users accessing content globally. Here's why option C is correct:
For global static websites, the recommended AWS architecture is:
This architecture ensures users get content from the nearest edge location, minimizing latency regardless of their geographic location.