A development team is deploying a collaborative document management application on Amazon EC2 instances. The application requires a shared file storage solution that allows all instances to read and write files concurrently with low latency. Which AWS storage service should the team select to meet these requirements?
- AAmazon Elastic Block Store (Amazon EBS) gp3 volume
- Amazon Elastic File System (Amazon EFS)Answer
- CAmazon Elastic Block Store (Amazon EBS) io2 volume with Multi-Attach
- DAmazon S3 Glacier Flexible Retrieval
Answer
Amazon Elastic File System (Amazon EFS)
Amazon Elastic File System (Amazon EFS) is a managed file storage service that provides shared, concurrent access for multiple EC2 instances. It supports the NFSv4 protocol, allowing all three instances to read and write to the file system simultaneously with low latency.
Step-by-Step Solution
Key Concept
Shared file storage in AWS
Estimated Time:1m 0s