A company is hosting a web application on multiple Amazon EC2 instances distributed across different Availability Zones. The application requires a highly available, shared file storage system where all EC2 instances can concurrently read and write uploaded user media files. Which storage solution should a solutions architect recommend to meet these requirements?
- Amazon Elastic File System (Amazon EFS)Answer
- BA single Amazon Elastic Block Store (Amazon EBS) gp3 volume mounted to all EC2 instances
- CAmazon S3 Glacier Flexible Retrieval with a file system mount point
- DAn Amazon RDS DB instance with active-active read replicas in each Availability Zone
Answer
Amazon Elastic File System (Amazon EFS)
Amazon Elastic File System (Amazon EFS) provides serverless, highly available, and resilient network file storage that can be concurrently mounted by EC2 instances across multiple Availability Zones via standard NFSv4 protocols.
Step-by-Step Solution
Key Concept
Selecting highly available shared file storage for concurrent multi-instance access across multiple Availability Zones
Estimated Time:45s