
Answer-first summary for fast verification
Answer: Utilize Amazon S3 presigned URLs for direct browser-to-bucket uploads.
The correct answer is C. Using Amazon S3 presigned URLs allows users to upload files directly to an S3 bucket from their browser. This method is highly scalable because it offloads the upload traffic directly to S3, eliminating the need for intermediary servers which could become a bottleneck. Furthermore, S3 is designed to handle very high volumes of data and traffic, making it an ideal solution for scenarios with fluctuating demand, such as during large events.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
A social media company is developing a photo upload feature. To accommodate potential surges in traffic during major events, they need a highly scalable solution. Which approach would best meet these scalability requirements?
A
Direct user browser uploads to application servers, followed by file transfer to Amazon S3.
B
Use an AWS Storage Gateway file gateway for direct uploads from the user's browser.
C
Utilize Amazon S3 presigned URLs for direct browser-to-bucket uploads.
D
Implement Amazon EFS for direct uploads from the user's browser to the file system.
No comments yet.