One county team already runs dozens of Airflow DAGs on Amazon MWAA. A greenfield team has only SageMaker training and processing steps and no Airflow estate. Both need an orchestrator for the deployable workflow. How should each team choose?
Select an answer to reveal the explanation.
Short Explanation
One team already runs Airflow on MWAA. The greenfield team only has SageMaker steps. Pipelines for the SageMaker-native DAG, MWAA when the estate is already Airflow.
Full Explanation
Select SageMaker Pipelines when the DAG is SageMaker-native (processing, training, register, condition). Select Amazon MWAA / Apache Airflow when the architecture is already Airflow. This is orchestrator selection, not writing the DAG. Polly is not an orchestrator.