AWS Certified Solutions Architect – Associate (SAA-C02) — Question 399

A solutions architect needs to host a high performance computing (HPC) workload in the AWS Cloud. The workload will run on hundreds of Amazon EC2 instances and will require parallel access to a shared file system to enable distributed processing of large datasets. Datasets will be accessed across multiple instances simultaneously. The workload requires access latency within 1 ms. After processing has completed, engineers will need access to the dataset for manual postprocessing.
Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

Amazon FSx for Lustre is designed specifically for high-performance computing (HPC) workloads, providing sub-millisecond latencies and parallel access to hundreds of Amazon EC2 instances. It natively integrates with Amazon S3, allowing processed data to be easily written back to S3 for manual postprocessing. Amazon EFS does not provide the same level of parallel performance for HPC workloads as FSx for Lustre, and Amazon S3 is an object store that does not natively support POSIX-compliant parallel file system access with sub-millisecond latency.