【发布时间】:2020-03-21 09:46:54
【问题描述】:
我发现 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 服务(每个帐户或区域)
【问题讨论】:
-
您在哪里可以找到这些限制?我无法公开找到此信息。
-
@SushankDahiwadkar docs.aws.amazon.com/general/latest/gr/ssm.html
标签: amazon-web-services aws-parameter-store