A company is deploying a fleet of web servers on Amazon EC2 instances that must concurrently access a single shared file system. The storage solution must support standard file system protocols and scale automatically to handle throughput spikes. Which AWS storage service should a solutions architect select?
- Amazon Elastic File System (Amazon EFS)Answer
- BAmazon Elastic Block Store (Amazon EBS) gp3 volume
- CAmazon EBS io2 volume with Multi-Attach enabled
- DAmazon S3 Glacier Flexible Retrieval
Answer
Amazon Elastic File System (Amazon EFS)
Amazon Elastic File System (Amazon EFS) is correct because it is a managed file storage service that allows multiple EC2 instances to connect concurrently using standard NFSv4, scaling capacity and throughput automatically as files are added.
Step-by-Step Solution
Key Concept
Differentiating between block storage (EBS) and fully managed shared file storage (EFS) for concurrent instance access.