A company is deploying a content management system (CMS) on AWS using multiple Amazon EC2 instances distributed across different Availability Zones to ensure high availability. The CMS instances must concurrently access, write, and update a shared repository of media assets and configuration files using standard Linux file system permissions. Which AWS storage service should the company select to meet 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) provides a fully managed, serverless, and highly available file system that supports the Network File System (NFS) protocol. It allows multiple EC2 instances in different Availability Zones to concurrently read and write to the same shared directory, while fully supporting standard Linux POSIX file permissions.
Step-by-Step Solution
Key Concept
Identifying the appropriate AWS storage service (object, block, or file) based on shared access, protocol, and availability requirements.
Estimated Time:1m 30s