#✅ - Accidentally deleted my user pool for the main branch

7 messages · Page 1 of 1 (latest)

raven minnow
#

I thought I was deleting an old user pool in the AWS Cognito console, but accidentally removed one that was still being used in production by my main brain. Now when I visit my deployment's users I get the message :
User pool us-east-2_vo6EGAHGS does not exist.

Is there any way to create a new user pool and connect my main branch to that so I can start over? This is a Gen 2 project.

royal drum
#

I did the similar mistake and learned that never delete the resources manually. if it's just you who is using the website and it is in development mode then, you can redeploy your app and it must rebuild the missing resources.

raven minnow
#

That's what I ended up doing. Fortunately, the app was still in development.

#

AWS should really consider adding human readable labels for use pools so the associations are much more obvious.

fluid oyster
#

@raven minnow in gen 2 we do create tags on the resource.
for sandbox we add the sandbox tag and the for a prod app we add the app id

eternal ingotBOT
#

✅ - Accidentally deleted my user pool for the main branch