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

An ML engineer wants to use, prepare, and load data from Amazon S3 for analytics. The ML engineer must run an extract, transform, and load (ETL) job to discover the schema of the data and to store the metadata.

Which solution will meet these requirements with the LEAST manual effort?

Answer options

Correct answer: A

Explanation

The correct answer is A because AWS Glue is specifically designed for ETL processes and can automatically discover schemas and store metadata in the AWS Glue Data Catalog with minimal manual input. The other options may require more setup or do not utilize the most efficient AWS services for this task, leading to increased manual effort.