AWS BillExplained
← サービス

コンピュート

AWS Fargate

  • 時間課金される
  • GB課金されない
  • 個数課金されない

ひとことで言うと

Per-second billing on the vCPU and memory a task requests, not on what it uses.

見落とすところ

The meter starts at docker pull, not when your app comes up, and there is a one-minute minimum per task. Windows tasks carry a per-vCPU OS licence charge and a five-minute minimum instead.

請求書での探し方

Cost Explorer や CUR をこの usage type で絞り込む。リージョン接頭辞がないものは us-east-1 を指す。

  • Fargate-vCPU-Hours:perCPU
  • Fargate-GB-Hours
  • Fargate-EphemeralStorage-GB-Hours
  • Fargate-Windows-OS-Hours:perCPU

同じ回り方をするサービス

回るメーターが完全に同じなので、ここで理解したことがそのまま使える。