A media production company wants to implement a storage solution on AWS for two specific use cases. First, they need to store raw video footage that must be accessed and modified concurrently by multiple Amazon EC2 instances for collaborative editing. Second, they need to store final rendered video exports that are rarely accessed but must be available immediately for users to download. Which two AWS storage services or tiers should the company select to meet these requirements? (Select TWO).
- Amazon Elastic File System (Amazon EFS)Answer
- Amazon S3 Standard-Infrequent Access (S3 Standard-IA)Answer
- CAmazon Elastic Block Store (Amazon EBS)
- DAmazon EC2 Instance Store
- EAmazon S3 Glacier Flexible Retrieval
Answer
Amazon Elastic File System (Amazon EFS) and Amazon S3 Standard-Infrequent Access (S3 Standard-IA)
The scenario requires shared file access for raw footage, which is best served by Amazon Elastic File System (Amazon EFS) because it allows multiple instances to read and write to the same storage system simultaneously. For the final exports that are infrequently accessed but require immediate retrieval, Amazon S3 Standard-Infrequent Access (S3 Standard-IA) is the correct tier because it matches the access pattern while providing lower cost than S3 Standard and millisecond access times.
Step-by-Step Solution
Key Concept
Selecting appropriate AWS storage services based on access pattern, durability, and sharing requirements.
Estimated Time:1m 30s