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 Risposta
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
con risposta 2 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande