A startup is launching a new public web portal and needs to store and distribute marketing assets, such as images, PDF brochures, and videos, directly to global website visitors. The storage solution must scale automatically to support millions of concurrent web requests, be accessible via HTTP/HTTPS, and offer durability of at least . Which AWS storage service should the startup select for this requirement?
- AAmazon Elastic Block Store (Amazon EBS)
- BAmazon Elastic File System (Amazon EFS)
- Amazon Simple Storage Service (Amazon S3)Answer
- DAmazon S3 Glacier
Answer
The correct answer is Amazon Simple Storage Service (Amazon S3).
Amazon Simple Storage Service (Amazon S3) is designed as a highly durable object storage service that automatically scales to handle any volume of web requests. Because objects stored in Amazon Simple Storage Service (Amazon S3) can be accessed directly via HTTP/HTTPS endpoints, it is the ideal choice for distributing public web assets directly to global users.
Step-by-Step Solution
Key Concept
AWS storage services differ in their access methods, scaling capabilities, and use cases, with Amazon Simple Storage Service (Amazon S3) being the primary service for internet-accessible object storage.
Estimated Time:1m 30s