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 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则