A company runs a collaborative data analytics application on a fleet of Amazon EC2 instances. The application requires a high-performance, shared storage solution that supports concurrent read and write access from all instances simultaneously. The storage solution must also scale capacity automatically as the dataset grows.
Which AWS storage service should the company use to meet these requirements?
- AAmazon EBS gp3 volume
- Amazon EFSAnswer
- CAmazon S3 Glacier Flexible Retrieval
- DAmazon EBS io2 volume with Multi-Attach enabled
Answer
Amazon EFS
Amazon EFS provides a fully managed, serverless, and elastic file system that can be mounted concurrently by thousands of Amazon EC2 instances. It supports standard POSIX permissions and automatically scales its storage capacity up or down as files are added or removed, matching the high-performance and shared access requirements of the analytics application.
Step-by-Step Solution
Key Concept
Shared, elastic file storage with Amazon EFS
Estimated Time:45s