A company is deploying a media processing application on a fleet of Amazon EC2 instances distributed across Availability Zones. The application requires concurrent, shared access to a POSIX-compliant file system to read and write large media files. The storage solution must scale throughput dynamically to handle unpredictable spikes in file processing demands while maintaining low latency. Which storage configuration should a solutions architect recommend to meet these requirements?
- AAmazon EBS gp3 volumes with Multi-Attach enabled
- Amazon EFS using Elastic throughput modeCevap
- CAmazon EBS io2 volumes with Multi-Attach enabled
- DAmazon S3 bucket mounted on the EC2 instances using the Amazon S3 Mountpoint utility
Cevap
Amazon EFS using Elastic throughput mode
The correct option is the one specifying Amazon EFS using Elastic throughput mode. Amazon EFS provides a fully managed, POSIX-compliant shared file system that allows concurrent read and write access from EC2 instances across multiple Availability Zones. By using Elastic throughput mode, EFS dynamically adjusts throughput capacity in response to workload activity, which perfectly matches the unpredictable spike requirements.
Adım Adım Çözüm
Anahtar Kavram
Shared, highly scalable, POSIX-compliant storage across multiple Availability Zones
Tahmini Süre:1m 30s