Q17 — AWS SAA-C03 Ch.1
Question 17 of 65 | ← Chapter 1
Q17. A company's website provides users with downloadable historical performance reports. The website needs a solution that will scale to meet the company's website demands globally. The solution should be cost effective, limit the? provisioning of Into and provide the fastest possible response time. Which combination should a solutions architect recommend to meet these requirements?
- A. Amazon CloudFront and Amazon S3 ✓
- B. AWS Lambda and Amazon Dynamo
- C. Application Load Balancer with Amazon EC2 Auto Scaling
- D. Amazon Route 53 with internal Application Load Balances
Correct Answer: A. Amazon CloudFront and Amazon S3
Explanation
Amazon CloudFront is a content delivery network (CDN) service that can distribute content globally, providing low latency and high data transfer speeds. It caches the website's static and dynamic content at edge locations worldwide, reducing the load on the origin server and improving user experience. Amazon S3 (Simple Storage Service) is an object storage service that can store and serve the downloadable historical performance reports. It provides high durability, scalability, and ease of use. By using Amazon S3 as the backend storage for the reports, the website can retrieve and deliver them quickly to users. This combination allows the website to scale effectively to meet global demands by utilizing CloudFront's global network of edge locations.