6

I found the below limit AWS describes for Parameter Store.

Default throughput: 40 (Shared by the following API actions: GetParameter, GetParameters, GetParametersByPath)

Higher throughput: 100 (GetParametersByPath)

Higher throughput: 1000 (Shared by the following API actions: GetParameter and GetParameters)

For more information about Parameter Store throughput, see Increasing Parameter Store Throughput in the AWS Systems Manager User Guide.

I am wondering if the limit is for an individual key or the whole Parameter Store service(per account or region)

SangminKim
  • 8,358
  • 14
  • 69
  • 125

2 Answers2

8

I believe throughput is the maximum number of transactions per second (TPS) that Parameter Store can process. So these limits are for the Parameter Store and not for the individual key.

Juned Ahsan
  • 67,789
  • 12
  • 98
  • 136
1

Based on current AWS documentation here

Parameter Store throughput is set to use the default limit. The Parameter Store throughput setting applies to the current AWS account and region, which means it applies to all AWS Identity and Access Management (IAM) users in this AWS account. The throughput setting applies to standard and advanced parameters.

i.e. throughput limit is applicable to all the parameters of Parameter Store

Maulik
  • 510
  • 1
  • 7
  • 22