A company is deploying a machine learning inference application on a fleet of Amazon EC2 instances distributed across three Availability Zones. The instances require concurrent read-write access to a shared repository of model weights and input datasets. The storage solution must be POSIX-compliant, support sub-millisecond read latencies, and scale dynamically to handle peak throughput of up to .
Which combination of storage solutions and configurations will meet these requirements? (Select TWO.)
- Create an Amazon EFS file system configured with Elastic throughput mode.Answer
- Create an Amazon FSx for NetApp ONTAP file system in a Multi-AZ deployment.Answer
- CProvision an Amazon EBS gp3 volume and enable Multi-Attach to share the block storage across all three Availability Zones.
- DProvision an Amazon EBS io2 volume with Multi-Attach enabled and attach it to the EC2 instances in different Availability Zones.
- EDeploy an Amazon EFS file system using the EFS One Zone storage class.
Answer
The correct configurations are creating an Amazon EFS file system configured with Elastic throughput mode and deploying an Amazon FSx for NetApp ONTAP file system in a Multi-AZ configuration.
The correct options are the Amazon EFS file system with Elastic throughput mode and the Amazon FSx for NetApp ONTAP file system in a Multi-AZ deployment. Amazon EFS is a fully managed, shared POSIX-compliant file system that spans multiple Availability Zones. When configured with Elastic throughput mode, EFS automatically scales to meet high-throughput workloads (up to read throughput) without manual provisioning, making it ideal for unpredictable workloads. Amazon FSx for NetApp ONTAP is another fully managed, shared storage service that supports POSIX-compliant protocols (NFS and SMB), spans multiple Availability Zones, and offers high-performance throughput of several gigabytes per second with sub-millisecond latencies using NVMe caches.
Step-by-Step Solution
Key Concept
High-performing shared storage solutions spanning multiple Availability Zones