Skip to content

Amazon Console: Failed to fetch user pools

0

I first noticed my application was returning a network error from the cognito service. When I logged into the console and went to the cognito service page there is a large red error message at the top of the page. When clicking details it says:

[NetworkingError] Failed to fetch user pools

requestId: undefined time: Tue Mar 17 2026 08:37:34 GMT-0400 (Eastern Daylight Time) code: NetworkingError message: Network Failure

I cannot find any notice of any outage with the general outage page OR my account health dashboard. I cant even submit a case for this without paying :(

asked 2 months ago58 views
2 Answers
0
Accepted Answer

This appears to have remedied itself. Everything is working now although I did nothing.

answered 2 months ago
0

The "Failed to fetch user pools" error you're experiencing could be related to insufficient IAM permissions for your user or role to access Amazon Cognito resources. This type of access issue can manifest as networking errors in the console.

To resolve this, you should verify that your IAM user or role has the appropriate permissions to view and manage Cognito resources. You can attach the AmazonCognitoPowerUser IAM policy to your IAM user or role by following these steps:

  1. Open the IAM console
  2. Navigate to either Users or Roles depending on what you're using
  3. Select your IAM user or role
  4. Go to the Permissions tab and expand the Add permissions section
  5. Choose "Attach existing policies directly"
  6. Search for "AmazonCognitoPowerUser"
  7. Select the checkbox for the AmazonCognitoPowerUser policy
  8. Review and add the permissions

If you prefer more restrictive permissions, you can create a custom IAM policy that grants only the specific Cognito permissions you need rather than using the full power user policy.

If the issue persists after verifying your IAM permissions, it could indicate a broader connectivity or service issue, but permission problems are a common cause of these types of errors when accessing Cognito through the console.
Sources
Resolve "Access Denied" error in Cognito user pool creation | AWS re:Post

answered 2 months ago
  • This has nothing to do with permissions. It is/was clearly some kind of network issue.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.