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 Respuesta
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
respondido hace 2 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas