A company collects data for temperature, humidity, and atmospheric pressure in cities across multiple continents. The average volume of data that the company collects from each site daily is 500 GB. Each site has a high-speed Internet connection. The company wants to aggregate the data from all these global sites as quickly as possible in a single Amazon S3 bucket. The solution must minimize operational complexity. Which solution meets these requirements?
Show Answer & Explanation
Correct Answer: A. Turn on S3 Transfer Acceleration on the destination S3 bucket. Use multipart uploads to directly upload site data to the destination S3 bucket.
S3 Transfer Acceleration speeds up transfers to Amazon S3 by using Amazon CloudFront's globally distributed edge locations. This method leverages each site's high-speed Internet connection and optimizes transfer speeds without requiring additional intermediate infrastructure or storage. As a result, it minimizes operational complexity and ensures that the data from all global sites is aggregated in the destination S3 bucket as quickly as possible.