A marketing company needs to store and deliver static product images and promotional videos directly to customers over the internet. The storage solution must scale automatically to handle traffic spikes and make each file accessible via a unique web URL. Which AWS storage service should the company use to meet these requirements?
- Amazon Simple Storage Service (Amazon S3)Answer
- BAmazon Elastic Block Store (Amazon EBS)
- CAmazon Elastic File System (Amazon EFS)
- DAWS Storage Gateway
Answer
Amazon Simple Storage Service (Amazon S3)
Amazon Simple Storage Service (Amazon S3) is the correct choice because it is an object storage service designed to store and retrieve any amount of data from anywhere on the internet. Files stored in Amazon S3 can be assigned public URLs, allowing them to be delivered directly to users over the web. Amazon S3 automatically manages scaling and replication to handle high volumes of traffic.
Step-by-Step Solution
Key Concept
Selecting the appropriate AWS storage service based on requirements like internet accessibility, scaling, and storage type.
Estimated Time:45s