AWS Builder Center: Learn, Build and Connect with builders in the AWS community
AWS Builder Center is the official home for builders on AWS. Share and read what others are working on, follow people who inspire you, explore training and workshops, and find tools to support what you're building.
How do I troubleshoot "Exceeded throttle limit" or "Exceeded quota limit" errors for my API Gateway REST API?
2 minute read
0
When I send requests to my REST API with Amazon API Gateway, I receive an "Exceeded throttle limits" or "Exceeded quota limits" error.
Check the rate or burst limit for the throttling limits for your client or operations that you set for the API stage for your usage plan. If you exceed the rate or burst limit, then you receive an "Exceeded throttle limit" error.
To resolve this error, use a standard retry behavior mode with jittered exponential backoff, and then resubmit your API request.
"Exceeded quota limit" error
If you exceed your API Gateway usage plan quota limit, then you receive an "Exceeded quota limit" error.