Cost of AWS MWAA

0

Using this documentation link https://aws.amazon.com/managed-workflows-for-apache-airflow/pricing/ I can't understand how should I pay for this service. Should we pay when something run on this nodes or we should pay for each hour after create an environment?

preguntada hace 2 años1885 visualizaciones
1 Respuesta
1

Good question!

So for MWAA, generally you'll pay for the environment since each Amazon MWAA environment includes the scheduler, web server, and 1 worker. That will be constantly running while MWAA is running and will be running after you create the environment. (Environment Class)

Then, if you need additional workers to scale up, this will be additional cost (but more burst capacity), as this will be variable.

Depending on how many schedulers, schedulers will be constantly running while you have the environment up. (Number of schedulers your environment will use).

Lastly you will be charged for database usage/storage - charged at a montly rate.

Thus, you'll pay for the environment and for additional workers as well.

jsonc
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