AWS Certified Machine Learning Engineer – Associate (MLA-C01) — Question 156

A company uses an NFS-based data store to store data for ML training. Linux-based systems access the data store.

The company needs a hybrid system to make the shared data store accessible to on-premises servers and Amazon SageMaker AI notebooks that will consume the data. File locking is required for the data producers.

Which AWS storage solution will meet these requirements?

Answer options

Correct answer: B

Explanation

The correct answer is B, as Amazon Elastic File System (EFS) provides a fully managed file storage solution that is accessible from multiple instances, allowing for file locking which is essential for data producers. Options A and D do not support file locking for shared access, while C, although it offers shared access, is optimized for high-performance workloads and may not provide the necessary file locking features needed for the scenario.