Problem
1. "Rate exceeded" error message when trying to login to SSO Cognito window
2. Server returns HTTP response code 429
Solution
The Cognito API calls have a limit for the number of requests per second. If the API requests exceed the mentioned limits, then Cognito produces a 429 status code and a "Rate exceeded" error message.
Reference
https://docs.aws.amazon.com/cognito/latest/developerguide/limits.html
Comments
Please sign in to leave a comment.