Passer au contenu

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 :(

2 réponses
0
Réponse acceptée

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

répondu il y a 3 mois

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

répondu il y a 3 mois

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

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.