
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 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 infrastructure resources, 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 DynamoDB
C
Application Load Balancer with Amazon EC2 Auto Scaling
D
Amazon Route 53 with internal Application Load Balancers
Explanation:
Correct Answer: A (Amazon CloudFront and Amazon S3)
Why this is the best solution:
Cost-effectiveness:
Limits provisioning of infrastructure resources:
Fastest possible response time globally:
Scalability to meet global demands:
Why other options are not optimal:
Option B (AWS Lambda and Amazon DynamoDB): While serverless and scalable, this is better suited for dynamic content and APIs, not static file downloads. Lambda has execution time limits and cold starts, which could affect performance for large file downloads.
Option C (Application Load Balancer with Amazon EC2 Auto Scaling): Requires provisioning and managing EC2 instances, which contradicts the requirement to limit infrastructure provisioning. Also less cost-effective for static content and doesn't provide global low-latency distribution.
Option D (Amazon Route 53 with internal Application Load Balancers): Route 53 is for DNS routing, not content delivery. Internal ALBs are for internal traffic within a VPC, not suitable for public website content delivery. This solution doesn't address global scalability or fast response times.
Key AWS Services Used:
This architecture provides a serverless, highly scalable, cost-effective solution for delivering static content globally with minimal latency.