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

A company receives marketing campaign data from a vendor. The company ingests the data into an Amazon S3 bucket every 40 to 60 minutes. The data is in CSV format. File sizes are between 100 KB and 300 KB.

A data engineer needs to set-up an extract, transform, and load (ETL) pipeline to upload the content of each file to Amazon Redshift.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: A

Explanation

Option A is the best choice because it leverages AWS Lambda and EventBridge to automate the ETL process with minimal operational overhead. The other options involve additional services or configurations that increase complexity and management requirements, making them less efficient for this specific use case.