为什么我在向 AWS KMS 发出的 API 请求中收到 ThrottlingExceptions 错误?

1 分钟阅读
0

我在向 AWS Key Management Service (AWS KMS) 发出的 API 请求中收到了以下 ThrottlingException 错误: “You have exceeded the rate at which you may call KMS.Reduce the frequency of your calls.(Service: AWSKMS; Status Code: 400; Error Code: ThrottlingException; Request ID: EXAMPLEID”

简短描述

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

解决方法

遵循以下最佳实践对 ThrottlingException 错误进行故障排除:

相关信息

当我在 Amazon S3 存储桶上使用 AWS KMS 启用默认加密时,新对象或现有对象有什么变化?

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