A startup is deploying a web application across a fleet of Amazon EC2 Linux instances that scale dynamically. The application requires a shared directory to store and retrieve user-uploaded profile pictures. This storage solution must support standard file system operations, scale capacity automatically as the data grows, and allow concurrent read/write access from all running instances. Which storage service should a solutions architect recommend to meet these requirements?
- Amazon Elastic File System (Amazon EFS)Cevap
- BAmazon Elastic Block Store (Amazon EBS) gp3 volume
- CAmazon Elastic Block Store (Amazon EBS) io2 volume
- DAmazon S3 Glacier Flexible Retrieval
Cevap
Amazon Elastic File System (Amazon EFS)
Amazon Elastic File System (Amazon EFS) is the correct choice because it is a fully managed file system designed to be shared concurrently by multiple EC2 instances using the NFS protocol, and it automatically scales storage capacity up or down as files are written or deleted.
Adım Adım Çözüm
Anahtar Kavram
Shared file storage for EC2 instances using Amazon EFS