A company is deploying a fleet of virtual desktops on AWS using Linux-based Amazon EC2 instances. The company needs to provide a shared home directory for all users, allowing their personal configurations and files to be accessible from any of the desktop instances concurrently. The storage solution must support standard file-level permissions and automatically adjust its capacity as files are added or deleted. Which AWS storage service best meets these requirements?
- AAmazon Elastic Block Store (Amazon EBS)
- Amazon Elastic File System (Amazon EFS)Answer
- CAmazon Simple Storage Service (Amazon S3)
- DAmazon EC2 Instance Store
Answer
Amazon Elastic File System (Amazon EFS)
Amazon Elastic File System (Amazon EFS) is designed to provide serverless, fully managed file storage that can be mounted concurrently by multiple EC2 instances across different Availability Zones using the NFS protocol. It automatically grows and shrinks as files are added or removed, and supports POSIX permissions, making it ideal for shared directories like user home profiles.
Step-by-Step Solution
Key Concept
AWS Shared File Storage (Amazon EFS)
Estimated Time:1m 0s