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?

已提問 2 年前檢視次數 1885 次
1 個回答
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
已回答 2 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南