AWS BillExplained
← サービス

データベース

Amazon DynamoDB

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

ひとことで言うと

Which meter applies depends entirely on the table's capacity mode.

見落とすところ

Provisioned RCU/WCU bill hourly at zero traffic, so that side is Time. On-demand RRU/WRU bill per request, so that side is Calls. Same queries, different meter. Storage and PITR bill separately either way.

請求書での探し方

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

  • ReadCapacityUnit-Hrs
  • ReadRequestUnits
  • TimedStorage-ByteHrs
  • TimedPITRStorage-ByteHrs

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

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