MWAA vs Step Functions

0

How do I choose between MWAA (Managed Workflows for Apache Airflow) and Step Functions? It seems like I can do the same thing with both. Is there a side-by-side code example showing the same use case in both systems so I can see the differences?

1回答
0

There is already answer in another forum: https://stackoverflow.com/questions/64016869/airflow-versus-aws-step-functions-for-workflow. More info on the choice can also be found in https://aws.amazon.com/managed-workflows-for-apache-airflow/faqs/

Step Function is serverless version of workflow management.

Airflow / MWAA is open-source and server-based. Some people are more familiar with Airflow and would like to reuse their Airflow experience in AWS but prefer to not manage servers so much. In that case, they should pick MWAA.

profile pictureAWS
回答済み 2年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン