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 réponse
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
répondu il y a 2 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions