DEA-C01 · Question #288
A data engineer needs to deploy a complex pipeline. The stages of the pipeline must be able to run a script. The data engineer must use only fully managed and serverless services in the pipeline…
The correct answer is B. Use Amazon Managed Workflows for Apache Airflow (Amazon MWAA) to build and schedule the. Amazon Managed Workflows for Apache Airflow is a fully managed, serverless service designed for orchestrating complex pipelines. It supports defining multiple stages as tasks that can run scripts, manage dependencies, and handle scheduling, retries, and monitoring without…
Question
A data engineer needs to deploy a complex pipeline. The stages of the pipeline must be able to run a script. The data engineer must use only fully managed and serverless services in the pipeline. Which solution will meet these requirements?
Options
- ADeploy AWS Glue jobs and workflows. Use AWS Glue to run the jobs and workflows on a
- BUse Amazon Managed Workflows for Apache Airflow (Amazon MWAA) to build and schedule the
- CDeploy the script to Amazon EC2 instances. Use Amazon EventBridge to run the script on a
- DUse Aws Glue DataBrew to build the pipeline. Use Amazon EventBridge to run the pipeline on a
How the community answered
(19 responses)- A5% (1)
- B79% (15)
- C11% (2)
- D5% (1)
Explanation
Amazon Managed Workflows for Apache Airflow is a fully managed, serverless service designed for orchestrating complex pipelines. It supports defining multiple stages as tasks that can run scripts, manage dependencies, and handle scheduling, retries, and monitoring without requiring infrastructure management, fully meeting the requirement for a complex, script-based pipeline using only managed and serverless services.
Topics
Community Discussion
No community discussion yet for this question.