An engineering firm is deploying a seismic simulation workload on AWS. The workload consists of a cluster of Amazon EC2 Linux instances that require concurrent, parallel read and write access to a shared file system. The simulation demands sub-millisecond latencies, an aggregate throughput of at least , and over . The data is highly transient scratch data that can be easily regenerated if lost. Which storage configuration meets these requirements with the highest performance and the lowest operational complexity?
- AAn Amazon Elastic File System (Amazon EFS) file system configured with Max I/O performance mode and Provisioned Throughput set to .
- BAn Amazon EBS io2 Block Express volume configured with Multi-Attach enabled and formatted with a clustered file system.
- An Amazon FSx for Lustre file system using SSD storage deployed in scratch mode.Cevap
- DAn Amazon EBS gp3 volume formatted with an ext4 file system and attached directly to all EC2 instances.
Cevap
An Amazon FSx for Lustre file system using SSD storage deployed in scratch mode
The correct option is the FSx for Lustre deployment because it is a native parallel file system designed specifically for high-performance computing (HPC) and scratch workloads. It supports parallel access from hundreds of EC2 instances and scales performance (both throughput and IOPS) with SSD storage while maintaining sub-millisecond latencies.
Adım Adım Çözüm
Anahtar Kavram
High-Performance Parallel Storage for HPC Workloads