A marketing department needs to store product images and PDF brochures. These assets must be publicly accessible via direct URL links from the internet to be embedded in marketing emails. Which AWS storage service is best suited for storing and serving these files directly over the web?
- AAmazon Elastic File System (Amazon EFS)
- Amazon Simple Storage Service (Amazon S3)Answer
- CAmazon Elastic Block Store (Amazon EBS)
- DAmazon S3 Glacier Flexible Retrieval
Answer
Amazon Simple Storage Service (Amazon S3)
Amazon Simple Storage Service (Amazon S3) is an object storage service designed to store and serve static content, such as images and PDFs, directly to the web. Each object in Amazon S3 is assigned a unique URL, allowing direct access from internet applications or marketing emails when configured with appropriate public permissions.
Step-by-Step Solution
Key Concept
Selecting the appropriate AWS storage service based on access patterns (object storage for web-facing static assets).
Estimated Time:45s