Q21 — AWS SAA-C03 Ch.1
Question 21 of 65 | ← Chapter 1
Q21. 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 neededWhat 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
Correct Answer: C. Use Amazon CloudFront with a custom origin pointing to the on-premises servers
Explanation
Amazon CloudFront works with any origin server that holds the original, definitive versions of your content, both static and dynamic. There is no additional charge to use a custom origin.So C is the right option.