AWS Certified Solutions Architect – Associate (SAA-C02) — Question 752

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?

Answer options

Correct answer: A

Explanation

Amazon S3 Transfer Acceleration utilizes AWS Edge Locations to route data over the optimized AWS global network, which combined with multipart uploads provides the fastest direct transfer speed for 500 GB datasets over high-speed internet. Other options like AWS Snowball Edge, EC2/EBS staging, or multi-bucket replication introduce significant operational complexity and latency. Therefore, enabling Transfer Acceleration and multipart uploads is the most efficient and least complex solution.