A company is deploying a fleet of web servers on Amazon EC2 instances that must concurrently access a single shared file system. The storage solution must support standard file system protocols and scale automatically to handle throughput spikes. Which AWS storage service should a solutions architect select?
- Amazon Elastic File System (Amazon EFS)Cevap
- BAmazon Elastic Block Store (Amazon EBS) gp3 volume
- CAmazon EBS io2 volume with Multi-Attach enabled
- DAmazon S3 Glacier Flexible Retrieval
Cevap
Amazon Elastic File System (Amazon EFS)
Amazon Elastic File System (Amazon EFS) is correct because it is a managed file storage service that allows multiple EC2 instances to connect concurrently using standard NFSv4, scaling capacity and throughput automatically as files are added.
Adım Adım Çözüm
Anahtar Kavram
Differentiating between block storage (EBS) and fully managed shared file storage (EFS) for concurrent instance access.