3

我发现 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 服务(每个帐户或区域)

4

2 回答 2

5

我相信吞吐量是 Parameter Store 可以处理的每秒最大事务数 (TPS)。因此,这些限制适用于 Parameter Store,而不适用于单个键。

于 2019-11-26T03:18:32.237 回答
0

基于此处的当前 AWS 文档

Parameter Store 吞吐量设置为使用默认限制。Parameter Store吞吐量设置适用于当前 AWS 账户和区域,这意味着它适用于此 AWS 账户中的所有 AWS Identity and Access Management (IAM) 用户。吞吐量设置适用于标准和高级参数。

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

于 2021-10-06T09:50:06.283 回答