AWS Certified Solutions Architect – Professional — Question 216

A company has a web application that securely uploads pictures and videos to an Amazon S3 bucket. The company requires that only authenticated users are allowed to post content. The application generates a presigned URL that is used to upload objects through a browser interface. Most users are reporting slow upload times for objects larger than 100 MB.
What can a Solutions Architect do to improve the performance of these uploads while ensuring only authenticated users are allowed to post content?

Answer options

Correct answer: C

Explanation

The correct answer is C because enabling S3 Transfer Acceleration allows faster uploads by routing traffic through Amazon's cloud network, which is optimized for high-speed data transfer. The other options involve API Gateway or CloudFront setups that do not directly address the upload speed limitations for large files, making them less effective for this specific scenario.