A company is deploying a containerized application across a fleet of Amazon EC2 instances distributed across multiple Availability Zones. The application requires a shared file system where all EC2 instances can concurrently read and write files with sub-millisecond latency. The storage solution must scale throughput automatically based on workload demand without requiring manual provisioning. Which storage solution should a solutions architect recommend to meet these requirements?
- Deploy Amazon Elastic File System (Amazon EFS) configured with Elastic Throughput.Cevap
- BProvision an Amazon EBS General Purpose SSD (gp3) volume and mount it to the instances using a shared file system configuration.
- CProvision an Amazon EBS Provisioned IOPS SSD (io2) volume, enable EBS Multi-Attach, and mount it to all instances.
- DCreate an Amazon S3 bucket and mount it as a local directory on all EC2 instances using the s3fs-fuse utility.
Cevap
Deploy Amazon Elastic File System (Amazon EFS) configured with Elastic Throughput.
Amazon Elastic File System (Amazon EFS) is a serverless, shared file system designed to be mounted concurrently by EC2 instances across multiple Availability Zones. By configuring it with Elastic Throughput, the file system automatically scales throughput capacity in response to workload activity, meeting the requirement for automated scaling without manual provisioning.
Adım Adım Çözüm
Anahtar Kavram
Shared file systems across multiple Availability Zones with automated throughput provisioning using Amazon EFS.
Tahmini Süre:1m 30s