32.9k views
3 votes
A video production company is planning to move some of its workloads to the AWS Cloud. The company will require around 5 TB of storage for video processing with the maximum possible I/O performance. They also require over 400 TB of extremely durable storage for storing video files and 800 TB of storage for long-term archival.

Which combinations of services should a Solutions Architect use to meet these requirements?

1 Answer

6 votes

Final answer:

To meet the storage requirements of the video production company, the Solutions Architect should use a combination of Amazon Elastic Block Store (EBS), Amazon S3 (Simple Storage Service), and Amazon Glacier for video processing, durable storage, and long-term archival respectively.

Step-by-step explanation:

To meet the storage requirements of the video production company, a Solutions Architect should use a combination of AWS services:

  1. For video processing storage with maximum I/O performance, Amazon Elastic Block Store (EBS) can be used. EBS provides high-performance block-level storage volumes that can be used with Amazon EC2 instances.
  2. For extremely durable storage for video files, Amazon S3 (Simple Storage Service) should be used. S3 offers 11 nines (99.999999999%) durability, ensuring high availability and protection against data loss.
  3. For long-term archival storage, Amazon Glacier is a suitable service. Glacier provides secure, durable, and cost-effective storage for data archiving with retrieval times ranging from minutes to hours.

By using these services, the company can achieve high-performance video processing, extremely durable storage, and cost-effective long-term archival storage.

User Bob Mazanec
by
8.6k points