A developer wants to deploy a containerized application on AWS. The application requires persistent storage that can be accessed by multiple containers running on different EC2 instances. Which AWS service should the developer use?
EFS is a scalable file system that can be mounted on multiple EC2 instances concurrently.
Why this answer
Option B is correct because Amazon EFS provides shared file storage for multiple EC2 instances. Option A is wrong because EBS volumes can only be attached to one instance. Option C is wrong because S3 is object storage.
Option D is wrong because DynamoDB is a NoSQL database.