AWS Parameter store 吞吐量限制是针对每个密钥还是整个服务?

San*_*Kim 3 amazon-web-services aws-parameter-store

我发现 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.
Run Code Online (Sandbox Code Playgroud)

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

Jun*_*san 5

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