コンピュート
AWS Lambda
- 時間課金される
- GB課金される
- 個数課金される
ひとことで言うと
Every invocation bills twice: once as a request, once as GB-seconds of memory multiplied by run time.
見落とすところ
Provisioned concurrency bills from the moment you enable it until you turn it off, with zero invocations. Since 1 August 2025 the INIT phase counts toward billed duration on on-demand invokes as well.
請求書での探し方
Cost Explorer や CUR をこの usage type で絞り込む。リージョン接頭辞がないものは us-east-1 を指す。
RequestLambda-GB-SecondLambda-Provisioned-ConcurrencyLambda-Storage-GB-Second
同じ回り方をするサービス
回るメーターが完全に同じなので、ここで理解したことがそのまま使える。