A biotech company is running a distributed genomic analysis application on a cluster of Amazon EC2 instances. The application requires concurrent, shared access to a dataset that demands up to read throughput and sub-millisecond latencies. The raw input data is stored in an Amazon S3 bucket, and the output files must be stored back in the same S3 bucket after the batch run completes. The storage solution must minimize both cost and operational overhead. Which storage configuration meets these requirements?
- Create an Amazon FSx for Lustre file system using a scratch deployment, link it to the Amazon S3 bucket as a data repository, and mount it on the instances.Cevap
- BDeploy an Amazon EFS file system configured with Elastic Throughput and mount it on the instances.
- CProvision an Amazon EBS io2 Block Express volume with Multi-Attach enabled, format it with a clustered file system, and attach it to all instances.
- DProvision an Amazon FSx for NetApp ONTAP file system with multi-pathing (nconnect) enabled and mount it on the instances using NFSv4.
Cevap
Create an Amazon FSx for Lustre file system using a scratch deployment, link it to the Amazon S3 bucket as a data repository, and mount it on the instances.
The correct option is to deploy an Amazon FSx for Lustre scratch file system integrated with the Amazon S3 bucket. FSx for Lustre is optimized for parallel workloads like high-performance computing (HPC) and genomic analysis. It easily scales to tens of gigabytes per second of throughput and millions of IOPS with sub-millisecond latencies. The scratch deployment option is highly cost-effective because it does not replicate data across availability zones, which is appropriate since the source and output data are stored durably in Amazon S3. The integration with S3 allows automated import and export of data with minimal operational effort.
Adım Adım Çözüm
Anahtar Kavram
Selecting high-performance, cost-effective, and scalable shared storage for parallel processing workloads linked with Amazon S3.
Tahmini Süre:3m 0s