A financial analytics firm is designing a high-performance computing (HPC) pipeline on AWS to process market datasets. The pipeline runs on a cluster of 50 Linux-based Amazon EC2 instances that require concurrent, shared access to a file system. The storage solution must deliver sub-millisecond latencies, support throughput up to , and integrate directly with an Amazon S3 data lake to load and write back data. Which two AWS storage configurations will satisfy these requirements? (Select two.)
- Create an Amazon FSx for Lustre file system using SSD storage and configure a data repository association linked to the Amazon S3 bucket.Cevap
- Select the Persistent SSD deployment type for the FSx for Lustre file system to achieve the required throughput and latency.Cevap
- CProvision an Amazon EBS gp3 volume and enable Multi-Attach to share the volume across the EC2 instances.
- DCreate an Amazon EFS file system configured with Elastic throughput and mount it on all 50 EC2 instances.
- EDeploy an Amazon FSx for Windows File Server file system with HDD storage linked to the S3 bucket.
Cevap
Create an Amazon FSx for Lustre file system using SSD storage with a data repository association linked to the Amazon S3 bucket, and select the Persistent SSD deployment type for the file system.
The correct options are to create an Amazon FSx for Lustre file system using SSD storage with a data repository association linked to the Amazon S3 bucket, and select the Persistent SSD deployment type. FSx for Lustre is designed for high-performance computing (HPC) workloads, offering sub-millisecond latencies and massive throughput. The Persistent SSD deployment type provides high-throughput durable storage, while the data repository association enables seamless integration with the Amazon S3 data lake.
Adım Adım Çözüm
Anahtar Kavram
High-Performance Storage with FSx for Lustre and S3 Integration