
Answer-first summary for fast verification
Answer: Utilize Amazon S3 with Transfer Acceleration.
The correct answer is A. Amazon S3 with Transfer Acceleration is designed to enable fast, easy, and secure transfers of files over long distances between your client and an S3 bucket. Transfer Acceleration leverages Amazon CloudFront's globally distributed edge locations. As data arrives at an edge location, data is routed to Amazon S3 over an optimized network path. This reduces latency and improves the overall performance of data upload and download operations, which is crucial for a web application accessed by users from various geographic regions.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How should a solutions architect design a scalable web application on AWS to minimize latency and maximize performance for users globally, who frequently download and upload large data files?
A
Utilize Amazon S3 with Transfer Acceleration.
B
Implement Amazon S3 with CacheControl headers.
C
Deploy Amazon EC2 with Auto Scaling and Amazon CloudFront.
D
Configure Amazon EC2 with Auto Scaling and Amazon ElastiCache.
No comments yet.