我正在尝试生成凭证报告。我收到以下错误
aws iam generate-credential-report
An error occurred (Throttling) when calling the GenerateCredentialReport operation (reached max retries: 4): Rate exceeded
另外,从 boto3 API,我没有收到报告。有没有办法设置限制?
我正在尝试生成凭证报告。我收到以下错误
aws iam generate-credential-report
An error occurred (Throttling) when calling the GenerateCredentialReport operation (reached max retries: 4): Rate exceeded
另外,从 boto3 API,我没有收到报告。有没有办法设置限制?
我向 AWS 开了一个支持案例,这是他们的回复:
感谢您就您的 GetCredentialReport 问题联系 AWS。根据我们的 IAM 团队,我们观察到 IAM GenerateCredentialReport API 的调用量有所增加。为了避免呼叫量增加可能对服务和我们的客户产生任何影响,我们阻止了该 API。调用者将收到 LimitExceeded 异常。我们正在积极研究一种能够解锁 API 的解决方案。
API 似乎现在可以工作了。这是 AWS Support 对此问题的最新回复:
“我们已经针对 GenerareCredentialReport API 问题部署了一个修复程序,这将保护 IAM 服务免受延迟和错误率升高的影响。我们将在接下来的几天内增加 API 的流量。同时,调用 API 的客户可能收到“LimitExceed Exception”。在这种情况下,我们建议客户端使用指数回退重试。”