A financial company is designing a high-performance computing (HPC) cluster running risk analysis models on a fleet of Amazon EC2 Linux instances. The workload requires a shared storage solution that supports standard NFSv4 mounts, delivers consistent sub-millisecond latencies for small-file random I/O, scales up to IOPS and of throughput, and enables the creation of instantaneous, space-efficient writable clones of the datasets for sandbox testing. Which two storage configurations will satisfy these requirements? (Select TWO.)
- Deploy an Amazon FSx for OpenZFS file system, mount the volumes on the instances using NFSv4, and use the native ZFS snapshot and cloning capabilities to create staging environments.Answer
- Deploy an Amazon FSx for NetApp ONTAP file system, mount the volumes on the instances using NFSv4, and use the NetApp FlexClone feature to create instantaneous writable volume clones.Answer
- CDeploy an Amazon Elastic File System (Amazon EFS) file system, configure it with Provisioned Throughput, and use AWS Backup to restore copies of the file system to new mount targets for testing.
- DDeploy an Amazon FSx for Lustre file system, mount the file system on the Linux instances using the NFSv4 protocol, and use Amazon S3 data repository integration to sync and clone datasets.
- EDeploy an Amazon EBS io2 Block Express volume with Multi-Attach enabled, mount the volume across the fleet, format the volume with the NFSv4 file system, and use EBS snapshots to create clones.
Answer
The correct configurations are Amazon FSx for OpenZFS and Amazon FSx for NetApp ONTAP. Both support NFSv4 client mounts, deliver consistent sub-millisecond latencies, scale to the required performance limits, and offer native, near-instantaneous, space-efficient writable cloning capabilities.
The correct configurations are Amazon FSx for OpenZFS and Amazon FSx for NetApp ONTAP. Both solutions support standard NFSv4 protocols, provide consistent sub-millisecond SSD latencies, comfortably scale to IOPS and throughput, and natively support near-instantaneous, space-efficient writable cloning of datasets (via native ZFS cloning and NetApp FlexClone respectively).
Step-by-Step Solution
Key Concept
High-performance shared file systems with advanced data management capabilities (snapshots and clones) on AWS.