AWS KMS へのリクエストを実行するときに ThrottlingExceptions エラーが表示されるのはなぜですか?

所要時間1分
0

AWS Key Management Service (AWS KMS) に対してリクエストを実行すると、次のような 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 に対するリクエストレートが AWS アカウントの リクエストクォータを超過していることを示しています。その結果として、AWS KMS サービスがリクエストをスロットルします。

解決方法

以下のベストプラクティスを使用して ThrottlingException エラーのトラブルシューティングを行ってください。


関連情報

Amazon S3 バケットで AWS KMS を使用してデフォルトの暗号化を有効にすると、新しいオブジェクトまたは既存のオブジェクトはどうなりますか?

Manage your AWS KMS API request rates using Service Quotas and Amazon CloudWatch

AWS公式
AWS公式更新しました 3年前