为什么我在向 AWS KMS 提出请求时会收到 ThrottlingExceptions 错误?

1 分钟阅读
0

我在向 AWS Key Management Service (AWS KMS) 发出请求时收到 ThrottlingException 错误,类似以下内容: 您已超过调用 KMS 的费率。降低您的调用频率。(服务:AWSKMS;状态代码:400;错误代码:CrottlingException;请求 ID:EXAMPLEID

简短描述

ThrottlingException 错误代码表示向 AWS KMS 发出的请求速率超过了 AWS 账户的请求配额。因此,AWS KMS 服务会限制请求。

解决方法

使用以下最佳实践来排查 ThrottlingException 错误:


相关信息

当我使用 AWS KMS 在 Amazon S3 存储桶上启用默认加密时,新的或现有的对象会怎样?

使用 Service Quotas 和 Amazon CloudWatch 管理您的 AWS KMS API 请求速率

AWS 官方
AWS 官方已更新 3 年前