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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ