An enterprise is migrating a latency-sensitive high-performance compute (HPC) application to AWS. The workload runs on a cluster of Linux EC2 instances distributed across multiple Availability Zones in a Region. The application requires a shared file system that is POSIX-compliant, supports NFS, and must deliver consistent sub-millisecond latencies, up to IOPS, and of throughput to handle concurrent read and write operations. Which storage solution should a solutions architect recommend to meet these requirements?
- AConfigure Amazon EBS io2 volumes with Multi-Attach enabled and mount them to the EC2 instances.
- BConfigure an Amazon EFS file system using Elastic throughput mode.
- Configure an Amazon FSx for NetApp ONTAP file system in a Multi-AZ deployment.Answer
- DConfigure an Amazon FSx for Lustre file system using a Persistent deployment type.
Answer
Configure an Amazon FSx for NetApp ONTAP file system in a Multi-AZ deployment.
The correct option is the FSx for NetApp ONTAP file system in a Multi-AZ deployment because it provides POSIX-compliant NFS shares across multiple Availability Zones with sub-millisecond latencies (leveraging NVMe caching) and easily scales to IOPS and throughput.
Step-by-Step Solution
Key Concept
Selecting high-performing, multi-AZ shared storage solutions based on latency, throughput, and protocol requirements.
Estimated Time:2m 30s