AWS Certified SysOps Administrator – Associate — Question 180
A company uses Amazon S3 to aggregate raw video footage from various media teams across the US. The company recently expanded into new geographies in Europe and Australia. The technical teams located in Europe and Australia reported delays when uploading large video files into the destination S3 bucket in the United States.
What are the MOST cost effective ways to increase upload speeds into the S3 bucket? (Choose two.)
Answer options
- A. Create multiple AWS Direct Connect connections between AWS and branch offices in Europe and Australia for file uploads into the destination S3 bucket.
- B. Create multiple AWS Site-to-Site VPN connections between AWS and branch offices in Europe and Australia for file uploads into the destination S3 bucket.
- C. Use Amazon S3 Transfer Acceleration for file uploads into the destination S3 bucket.
- D. Use AWS Global Accelerator for file uploads into the destination S3 bucket from the branch offices in Europe and Australia.
- E. Use multipart uploads for file uploads into the destination S3 bucket from the branch offices in Europe and Australia.
Correct answer: C, E
Explanation
Amazon S3 Transfer Acceleration (Option C) is designed specifically to speed up uploads across long distances by using the Amazon CloudFront edge network, making it a cost-effective choice. Multipart uploads (Option E) allow for the parallel uploading of large files, which can significantly improve upload times and is also cost-efficient. The other options, while they may improve connectivity, involve higher costs and complexity without directly addressing upload speed improvements as effectively as the chosen options.