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

A company's reporting system delivers hundreds of .csv files to an Amazon S3 bucket each day. The company must convert these files to Apache Parquet format and must store the files in a transformed data bucket.
Which solution will meet these requirements with the LEAST development effort?

Answer options

Correct answer: B

Explanation

AWS Glue is a fully managed extract, transform, and load (ETL) service that can easily catalog and convert CSV files to Apache Parquet with minimal development effort using built-in transforms. While Amazon EMR, AWS Batch, and AWS Lambda can also perform these transformations, they require significantly more custom code development, infrastructure management, or operational overhead compared to AWS Glue's serverless ETL capabilities.