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?

gefragt vor 2 Jahren1886 Aufrufe
1 Antwort
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
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen