A genomics research facility is migrating its high-performance computing (HPC) pipeline to AWS. The pipeline runs on a cluster of Amazon EC2 instances and requires concurrent, shared read and write access to a temporary scratch workspace. The storage system must deliver sub-millisecond latencies, support parallel I/O, and scale aggregate throughput linearly up to during peak processing. Which two actions should a solutions architect take to meet these performance requirements at the lowest cost and operational complexity? (Select TWO.)
- Deploy an Amazon FSx for Lustre file system using the Scratch-2 deployment type.Cevap
- Mount the file system on the cluster nodes using the open-source Lustre client.Cevap
- CDeploy an Amazon EFS file system configured with Provisioned Throughput and mount it via NFSv4.
- DDeploy an Amazon EBS io2 Block Express volume with Multi-Attach enabled and format it with a standard ext4 file system.
- EDeploy an Amazon S3 bucket and mount it as a local file system using the Amazon S3 File Gateway on each EC2 instance.
Cevap
Deploy an Amazon FSx for Lustre file system using the Scratch-2 deployment type and mount the file system on the cluster nodes using the open-source Lustre client.
The correct architecture utilizes Amazon FSx for Lustre in the Scratch-2 deployment configuration along with the native Lustre client. Lustre is a parallel file system designed for HPC workloads, allowing multiple EC2 instances to read and write to the same storage blocks concurrently with sub-millisecond latencies. The Scratch-2 model is ideal for temporary processing data because it minimizes cost by omitting replication. Mounting with the native Lustre client ensures that parallel I/O is achieved across all 32 nodes.
Adım Adım Çözüm
Anahtar Kavram
Amazon FSx for Lustre is purpose-built for high-performance computing (HPC) workloads requiring high throughput, low latency, and parallel file access across many compute nodes. For temporary workloads, Scratch-2 deployment provides the best cost-to-performance ratio.