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

A company uses Apache Airflow to orchestrate the company's current on-premises data pipelines. The company runs SQL data quality check tasks as part of the pipelines. The company wants to migrate the pipelines to AWS and to use AWS managed services.

Which solution will meet these requirements with the LEAST amount of refactoring?

Answer options

Correct answer: C

Explanation

Option C is correct because it allows for the migration of the existing Airflow setup with minimal changes by using Amazon MWAA, which is designed for Apache Airflow. Options A and B involve significant refactoring and infrastructure management, while option D requires converting workflows to a different service entirely, which increases complexity.