AWS Certified Data Engineer – Associate (DEA-C01) — Question 213

A company is setting up a data pipeline in AWS. The pipeline extracts client data from Amazon S3 buckets, performs quality checks, and transforms the data. The pipeline stores the processed data in a relational database. The company will use the processed data for future queries.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: A

Explanation

Option A is the most cost-effective solution as it directly utilizes AWS Glue ETL for extraction and transformation and integrates AWS Glue Data Quality for ensuring data integrity, while saving results in a relational database, which is efficient for future queries. The other options either involve additional services or unnecessary storage in S3, which could increase costs without providing significant benefits.