AWS Certified Solutions Architect Associate SAA-C03 Practice Question
An e-commerce company needs to store a large number of product images and videos that customers will access frequently via their website and mobile app. The storage solution should be highly scalable, cost-effective, and accessible over HTTP(S). Which AWS storage service should the company use to meet these requirements?
Amazon S3 (Simple Storage Service) is ideal for storing large amounts of static content like images and videos. It is highly scalable, cost-effective, and designed for web-scale computing, allowing direct access over HTTP(S). This makes it perfect for delivering content to customers via websites and mobile apps.
Amazon EFS (Elastic File System) is meant for file storage accessible by EC2 instances using NFS, not directly over the Internet. Amazon EBS (Elastic Block Store) provides block-level storage for EC2 instances and isn't suitable for serving files directly to users. Amazon ElastiCache is an in-memory data store used for caching, not for persistent storage of files accessible over HTTP(S).
Ask Bash
Bash is our AI bot, trained to help you pass your exam. AI Generated Content may display inaccurate information, always double-check anything important.
What is Amazon S3 and how does it work?
Open an interactive chat with Bash
What are the benefits of using Amazon S3 for e-commerce?
Open an interactive chat with Bash
What are the differences between Amazon S3, EFS, EBS, and ElastiCache?