SAA-C03 Question 225
Single answerA media streaming company is building a video-on-demand platform that requires high throughput and low latency performance for storing and serving video files. The solution needs to scale automatically to handle unpredictable traffic patterns without manual intervention. Which AWS storage solution is best suited for this use case?
- A
Amazon S3 with S3 Transfer Acceleration
- B
Amazon EBS Provisioned IOPS SSD (io2)
- C
Amazon EFS
- D
Amazon S3 with Intelligent-Tiering
Show answer and explanation
Correct answer: A
Explanation
Amazon S3 with S3 Transfer Acceleration is the most appropriate solution for a video-on-demand platform because it offers the scalability, high throughput, and low latency needed for streaming video content to a global audience. S3 Transfer Acceleration optimizes data transfer speeds for users in different geographic locations, ensuring a smooth streaming experience.
- A. Correct.
Amazon S3 with S3 Transfer Acceleration is the best choice for high-throughput, low-latency storage of video files, as it is highly scalable, cost-effective, and designed for use cases like video streaming. S3 Transfer Acceleration speeds up data transfers, making it ideal for global traffic.
- B. Incorrect.
Amazon EBS Provisioned IOPS SSD (io2) is designed for low-latency, high-performance block storage for applications like databases, not for scalable object storage for large media files.
- C. Incorrect.
Amazon EFS is a file storage solution designed for shared access and low-latency requirements across multiple EC2 instances. However, it is not optimized for highly scalable, object-based workloads like video streaming.
- D. Incorrect.
Amazon S3 with Intelligent-Tiering is designed to optimize costs by automatically moving objects between access tiers based on usage patterns, but it does not provide additional performance benefits for high-throughput, low-latency media streaming.