AWS 参数存储吞吐量限制是针对每个键还是整个服务?

Is AWS Parameter store throughput limit for per key or the whole service?

我找到了 AWS 为 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.

我想知道限制是针对单个密钥还是整个 Parameter Store 服务(每个帐户或区域)

我认为吞吐量是 Parameter Store 每秒可以处理的最大事务数 (TPS)。所以这些限制是针对 Parameter Store 而不是针对单个密钥的。

基于当前的 AWS 文档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.

即吞吐量限制适用于Parameter Store的所有参数