AWS BillExplained
← サービス

セキュリティ・認証認可

AWS Secrets Manager

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

ひとことで言うと

Storing a secret costs a flat monthly fee. Reading it costs a little more each time.

見落とすところ

Uncached GetSecretValue on every request is the usual blowup. Rotation Lambdas and any customer-managed KMS key bill on their own meters, and the per-secret fee runs whether the secret is read or not.

請求書での探し方

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

  • AWSSecretsManager-Secrets
  • AWSSecretsManagerAPIRequest

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

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