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

A data engineer must orchestrate a data pipeline that consists of one AWS Lambda function and one AWS Glue job. The solution must integrate with AWS services.
Which solution will meet these requirements with the LEAST management overhead?

Answer options

Correct answer: A

Explanation

Option A is the correct answer because AWS Step Functions provide a fully managed service that simplifies orchestration with minimal management overhead. Options B and D involve deploying Apache Airflow, which requires more management and infrastructure setup. Option C, while it uses AWS Glue, does not specifically orchestrate the Lambda function effectively.