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

A solutions architect needs to design a managed storage solution for a company's application that includes high-performance machine learning functionality. This application runs on AWS Fargate and the connected storage needs to have concurrent access to files and deliver high performance.
Which storage option should the solutions architect recommend?

Answer options

Correct answer: C

Explanation

Amazon Elastic File System (Amazon EFS) is natively integrated with AWS Fargate, allowing serverless containers to concurrently access a shared, high-performance file system. Amazon EBS does not support concurrent access from multiple Fargate tasks, while Amazon FSx for Lustre is not natively integrated as a storage provider for AWS Fargate. Amazon S3 is an object store and does not offer a native POSIX-compliant file system mount for Fargate tasks.