A company is running a web application on Amazon EC2 instances deployed across multiple Availability Zones in a single AWS Region. The application requires a shared file system that allows concurrent read and write access from all EC2 instances, while maintaining high availability and durability across the entire region. Which storage service should a Solutions Architect recommend?
- Amazon Elastic File System (Amazon EFS)Cevap
- BAmazon Elastic Block Store (Amazon EBS) gp3 volumes
- CAmazon S3 Glacier Flexible Retrieval
- DAmazon RDS with Read Replicas in each Availability Zone
Cevap
Amazon Elastic File System (Amazon EFS)
The correct answer is Amazon Elastic File System (Amazon EFS) because it is a managed shared file system that natively replicates data across multiple Availability Zones within an AWS Region. It supports the Network File System (NFSv4) protocol, allowing hundreds of EC2 instances in different Availability Zones to concurrently read and write to the same storage system, thereby meeting the high availability and resilience requirements.
Adım Adım Çözüm
Anahtar Kavram
Shared file storage spanning multiple Availability Zones