データベース
Amazon Keyspaces
- 時間課金される
- GB課金される
- 個数課金される
ひとことで言うと
Cassandra with DynamoDB's meters underneath: RRU/WRU on demand, hourly RCU/WCU when provisioned.
見落とすところ
Consistency level moves the bill. One RRU covers a LOCAL_QUORUM read up to 4 KB, or two LOCAL_ONE reads. TTL deletes bill one unit per KB per row, and multi-Region writes bill WRUs in every Region.
請求書での探し方
Cost Explorer や CUR をこの usage type で絞り込む。リージョン接頭辞がないものは us-east-1 を指す。
ReadRequestUnitsWriteRequestUnitsTimedStorage-ByteHrsTTLDeletes
同じ回り方をするサービス
回るメーターが完全に同じなので、ここで理解したことがそのまま使える。