无法创建新的 AWS IAM 角色。收到"Rate exceeded"错误



开始探索AWS并遇到问题。尝试使用 AWS 网站创建新的 IAM 角色并收到相同的错误

"发生错误 您的请求有问题。请参阅以下详细信息。 房价超出">

下面是创建新 IAM 角色的简短 cURL 请求。

curl 'https://console.aws.amazon.com/iam/api/roles' 
-H 'Connection: keep-alive' 
-H 'Accept: application/json, text/plain, */*' 
-H 'User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_5) AppleWebKit/537.36 (KHTML, 
like Gecko) Chrome/83.0.4103.97 Safari/537.36' 
-H 'Content-Type: application/json;charset=UTF-8' 
-H 'Origin: https://console.aws.amazon.com' 
-H 'Referer: https://console.aws.amazon.com/iam/home?region=eu-central-1' 
--data-binary '{"name":"AWSServiceRoleForAmazonElasticsearchService","description":"Allows 
EC2 instances to call AWS services on your behalf.","trustPolicyDocument":" 
{"Version":"2012-10-17","Statement":[{"Effect":"Allow","Action": 
["sts:AssumeRole"],"Principal":{"Service": 
["ec2.amazonaws.com"]}}]}","scopeArn":null,"tags":[]}' 

响应

{"errors":[{"message":"Rate exceeded","code":"Throttling","httpStatus":400,"__type__":"ErrorMessage"}]}

超过了什么样的比率?我在哪里可以找到此费率的限制?

非常感谢。

这与正在进行的事件有关。

我们已经确定了 AWS IAM CreateRole 和 CreateServiceLinkedRole API 上错误率和延迟增加的根本原因,并正在努力解决问题。其他 AWS 服务(如 AWS CloudFormation(的功能需要这些操作,也可能受到影响。用户身份验证和授权不受影响。

您可以在此处查看进度。

建议再试一次

相关内容

最新更新