
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's dynamic website is hosted using on-premises servers in the United States. The company is launching its product in Europe, and it wants to optimize site loading times for new European users. The site's backend must remain in the United States. The product is being launched in a few days, and an immediate solution is needed.
What should the solutions architect recommend?
A
Launch an Amazon EC2 instance in us-east-1 and migrate the site to it.
B
Move the website to Amazon S3. Use Cross-Region Replication between Regions.
C
Use Amazon CloudFront with a custom origin pointing to the on-premises servers.
D
Use an Amazon Route 53 geoproximity routing policy pointing to on-premises servers.
Explanation:
Correct Answer: C - Use Amazon CloudFront with a custom origin pointing to the on-premises servers.
Why this is the correct solution:
Immediate solution requirement: The product is launching in a few days, so the solution needs to be quick to implement. CloudFront can be set up rapidly.
Backend must remain in the United States: The question explicitly states "The site's backend must remain in the United States." CloudFront allows you to keep your origin servers in the US while caching content at edge locations worldwide.
Optimize loading times for European users: CloudFront is a Content Delivery Network (CDN) with edge locations globally, including in Europe. It caches content closer to end-users, significantly reducing latency for European users.
Dynamic website support: CloudFront supports dynamic content through various caching strategies and can work with on-premises servers as custom origins.
Why the other options are incorrect:
A. Launch an Amazon EC2 instance in us-east-1 and migrate the site to it.
B. Move the website to Amazon S3. Use Cross-Region Replication between Regions.
D. Use an Amazon Route 53 geoproximity routing policy pointing to on-premises servers.
Key AWS Services Used:
Benefits of this solution: