nerdexam
AmazonAmazon

SAA-C03 · Question #465

SAA-C03 Question #465: Real Exam Question with Answer & Explanation

The correct answer is C: Store the data in an Amazon S3 Standard bucket.. Amazon S3 Standard provides virtually unlimited scalability, high durability (11 nines), and millisecond latency. It is designed for storing large volumes of unstructured content such as media files. S3 also supports pre-signed URLs and direct browser uploads, enabling users to u

Submitted by yuki_2020· Mar 4, 2026Design Resilient Architectures

Question

A company is developing a content sharing platform that currently handles 500 GB of user- generated media files. The company expects the amount of content to grow significantly in the future. The company needs a storage solution that can automatically scale, provide high durability, and allow direct user uploads from web browsers. Which solution will meet this requirement?

Options

  • AStore the data in an Amazon Elastic Block Store (Amazon EBS) volume with Multi-Attach
  • BStore the data in an Amazon Elastic File System (Amazon EFS) Standard file system.
  • CStore the data in an Amazon S3 Standard bucket.
  • DStore the data in an Amazon S3 Express One Zone bucket.

Explanation

Amazon S3 Standard provides virtually unlimited scalability, high durability (11 nines), and millisecond latency. It is designed for storing large volumes of unstructured content such as media files. S3 also supports pre-signed URLs and direct browser uploads, enabling users to upload files securely without passing through backend servers. EBS volumes (A) are block storage, limited to single AZ, and not suitable for web-scale storage. EFS (B) is a shared file system for POSIX workloads, not for direct browser uploads. S3 Express One Zone (D) offers higher performance for small objects but does not provide cross-AZ durability, making it unsuitable for growing global content. Therefore, option C is the most scalable, durable, and cost- effective solution.

Community Discussion

No community discussion yet for this question.

Full SAA-C03 PracticeBrowse All SAA-C03 Questions