AWS Certified Solutions Architect – Associate (SAA-C03) — Question 697

A company has a new mobile app. Anywhere in the world, users can see local news on topics they choose. Users also can post photos and videos from inside the app.

Users access content often in the first minutes after the content is posted. New content quickly replaces older content, and then the older content disappears. The local nature of the news means that users consume 90% of the content within the AWS Region where it is uploaded.

Which solution will optimize the user experience by providing the LOWEST latency for content uploads?

Answer options

Correct answer: B

Explanation

Amazon S3 Transfer Acceleration (S3TA) leverages Amazon CloudFront's globally distributed edge locations to provide the lowest latency for uploading files to S3 by routing traffic over the optimized AWS private network. While CloudFront can handle PUT/POST requests, S3TA is specifically designed and optimized to maximize upload speeds over long distances directly to S3 buckets. Uploading to EC2 first or using multiple CloudFront distributions adds unnecessary complexity and latency compared to S3TA.