Topic 1 Question 506
A social media company is building a feature for its website. The feature will give users the ability to upload photos. The company expects significant increases in demand during large events and must ensure that the website can handle the upload traffic from users.
Which solution meets these requirements with the MOST scalability?
Upload files from the user's browser to the application servers. Transfer the files to an Amazon S3 bucket.
Provision an AWS Storage Gateway file gateway. Upload files directly from the user's browser to the file gateway.
Generate Amazon S3 presigned URLs in the application. Upload files directly from the user's browser into an S3 bucket.
Provision an Amazon Elastic File System (Amazon EFS) file system. Upload files directly from the user's browser to the file system.
ユーザの投票
コメント(2)
- 正解だと思う選択肢: C
This approach allows users to upload files directly to S3 without passing through the application servers, reducing the load on the application and improving scalability. It leverages the client-side capabilities to handle the file uploads and offloads the processing to S3.
👍 6LONGMEN2023/05/19 - 正解だと思う選択肢: C
the most scalable because it allows users to upload files directly to Amazon S3,
👍 3nosense2023/05/19
シャッフルモード