Open6

AWS Secrets Manager と AWS Systems Manager Parameter Store の違い

hirenhiren

Parameter Store料金
https://aws.amazon.com/jp/systems-manager/pricing/

スタンダード:追加料金なし
アドバンスド:1 か月ごとにアドバンスドパラメータ当たり 0.05 USD

パラメータストア API インタラクション 1 万回ごとに 0.05 USD
※スタンダードスループット*パラメータの種類スタンダードの場合のみ追加料金なし
(分かり辛いが、スループット上限を緩和すると、AWS アカウントのリージョンレベルで全てのタイプのパラメーターに対する API が課金対象となる)

hirenhiren

Parameter Store制限
https://docs.aws.amazon.com/general/latest/gr/ssm.html#limits_ssm

最大スループット(1秒あたりのトランザクション数)
デフォルトスループット: 40 (次のAPIアクションで共有: GetParameter、GetParameters、GetParametersByPath)

※以下高スループットの設定を有効にした場合
GetParameter API で 1 秒あたりのトランザクション数 (TPS) が最大 10,000 件
GetParameters API で 1 秒あたりのトランザクション数 (TPS) が最大 10,00 件
GetParametersByPath API で 1 秒あたりのトランザクション数 (TPS) が最大 100 件

https://docs.aws.amazon.com/ja_jp/systems-manager/latest/userguide/parameter-store-advanced-parameters.html

パラメータ値の最大サイズ
スタンダードタイプ:4 KB
アドバンストタイプ:8 KB

hirenhiren
Secrets Manager Parameter Store
シークレット/パラメータあたりの料金 0.40 USD/月 Standard:無料
Advanced:0.05 USD/月
API 料金 1 万回ごとに 0.05 USD Standardかつスループット引き上げをしていない場合:無料
Advanced:1 万回ごとに 0.05 USD
API レート制限 10,000/秒(DescribeSecret と GetSecretValue の合計) デフォルト:全 API 合計 40/秒
高スループット設定有効化時:10,000/秒(GetParameter のみ)