Examining the options for orchestrating pipelines in AWS
As you will have noticed throughout this book, AWS offers many different building blocks for architecting solutions. When it comes to pipeline orchestration, AWS provides native serverless orchestration engines with AWS Data Pipeline and AWS Step Function, a managed open source project with Amazon Managed Workflows for Apache Airflow (MWAA), and service-specific orchestration with AWS Glue Workflows.
There are pros and cons to using each of these solutions, depending on your use case. And when you're making a decision, there are multiple factors to consider, such as the level of management effort, the ease of integration with your target ETL engine, logging, error handling mechanisms, and cost and platform independence.
In this section, we'll examine each of the four pipeline orchestration options.
AWS Data Pipeline for managing ETL between data sources
AWS Data Pipeline is one of the oldest services that...