A media production agency is deploying a video rendering application on a fleet of Amazon EC2 instances distributed across multiple Availability Zones. The instances require concurrent read and write access to a shared file system that can deliver up to of throughput during peak rendering windows. The throughput demands are highly variable throughout the day. Which storage solution will meet these requirements while providing the highest performance and concurrent access?
- An Amazon EFS file system configured with Elastic throughput.Answer
- BAn Amazon EBS gp3 volume configured with maximum IOPS and throughput, attached to all instances using Amazon EBS Multi-Attach.
- CAn Amazon EBS io2 volume with Multi-Attach enabled, attached to all EC2 instances across the Availability Zones.
- DAn Amazon EFS file system configured with Provisioned throughput set to , relying on Bursting throughput for peak rendering windows.
Answer
An Amazon EFS file system configured with Elastic throughput.
The correct solution uses Amazon EFS with Elastic throughput because EFS naturally supports concurrent access across multiple Availability Zones. Elastic throughput scales automatically up to for read operations, making it ideal for the highly variable, high-performance rendering workload.
Step-by-Step Solution
Key Concept
Shared file storage scaling dynamically across multiple Availability Zones using EFS Elastic throughput.