-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
apigateway_service.py causing "TooManyRequestsException" error #5517
Comments
Hi @jonathanbro, that's the way AWS manage the API throttling, you can try to avoid the with |
Hey @sergargar thanks for the update! Yep I tried that and it didn't help :( |
If there's nothing we feel we can do, please close the issue :) |
Hello @jonathanbro, I think this time there is little we can do since it is AWS who is rate-limiting the API. As @MrCloudSec mention, we can configure retry attempts but if the API is still rate limiting we can recommend you the following:
I apologise but at this time I can't think of more options. |
Hello @jonathanbro we are closing this issue, please feel free to reopen it if you notice the same behaviour again. Thanks for using Prowler 🚀 |
Steps to Reproduce
Expected behavior
Prowler should successfully audit our API Gateway service.
Actual Result with Screenshots or Logs
How did you install Prowler?
Docker (docker pull toniblyx/prowler)
Environment Resource
OS used
N/A
Prowler version
4.5.0
Pip version
N/A
Context
You will see from the screenshots Prowler cannot successfully run apigateway_service.py. I have tried lowering the max retries to 1 but that didn't help.
The text was updated successfully, but these errors were encountered: