A financial firm is deploying a distributed quantitative modeling simulation across Amazon EC2 instances. The simulation requires a shared file system that can scale throughput to and handle up to IOPS with sub-millisecond latencies. The simulation periodically reads raw historical data stored in an Amazon S3 bucket, processes it, and writes the results back to S3. The file system must remain highly available to ensure uninterrupted running of long-term modeling jobs. Which two actions should a solutions architect recommend to meet these requirements? (Select TWO.)
- Deploy an Amazon FSx for Lustre Persistent SSD file system and link it to the Amazon S3 bucket using a Data Repository Association (DRA).Cevap
- Mount the file system using the Lustre client on the EC2 instances, and use data repository tasks to synchronize modified data back to Amazon S3.Cevap
- CDeploy an Amazon EFS file system configured with Max I/O performance mode and Provisioned Throughput set to .
- DDeploy an Amazon FSx for Lustre Scratch SSD file system and configure AWS DataSync to schedule hourly replication of output data to the Amazon S3 bucket.
- EProvision a single Amazon EBS io2 Block Express volume with Multi-Attach enabled, configured with IOPS, and attach it to all EC2 instances.
Cevap
Deploy an Amazon FSx for Lustre Persistent SSD file system linked to the Amazon S3 bucket using a Data Repository Association (DRA), mount it using the Lustre client on the EC2 instances, and use data repository tasks to synchronize modified data back to Amazon S3.
The correct options recommend deploying an Amazon FSx for Lustre Persistent SSD file system linked to Amazon S3 using a Data Repository Association (DRA), mounting it using the Lustre client on the EC2 instances, and using data repository tasks to synchronize modified data back to Amazon S3. FSx for Lustre Persistent SSD deployment provides the required sub-millisecond latencies, up to hundreds of GB/s of throughput, and millions of IOPS, while offering high availability (data is replicated within the Availability Zone, and failed components are automatically replaced). The Data Repository Association natively integrates the file system with Amazon S3, allowing raw data to be loaded automatically and results to be synchronized back via data repository tasks.
Adım Adım Çözüm
Anahtar Kavram
Selecting high-performance shared file systems with native S3 integration for HPC workloads
Tahmini Süre:3m 0s