-
Notifications
You must be signed in to change notification settings - Fork 824
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Recover from a deleted imported identity pool #13588
Comments
I filed a support request with AWS, but I think the developers here are much better placed to answer the question than first line support is. Where is the CLI getting the old value of the identitypool, and is there a way we can change that value through the console or AWS cli that bypasses any issues the amplify CLI may be having? |
@dan-hook thank you for reaching out. Currently diving into this and will provide an update here. |
Hey @dan-hook, On diving into this. I was able to update a imported auth resource that dependant on a project by utilizing the following steps.
Do let us know if this mitigates the issue. Recommend testing this in a dev/test environments. |
That worked! Thank you for your help. |
|
Amplify CLI Version
12.10.1
Question
My amplify application uses an imported user pool and identity pool. The identity pool was accidentally deleted, but the user pool is intact, as well as the authRole used by the identity pool. This allowed me to recreate the identity pool. Unfortunately, it has a different id so when I try to push the environment I get the error:
✖ There was an error initializing your environment. 🛑 The previously configured Identity Pool: 'genepanelapi8323d4d5_identitypool_8323d4d5__int' (us-east-1:2c54f815-40af-4e81-a1c8-45134d3d9b18) cannot be found.
I can't easily remove and reimport the auth, since my API is dependent on the auth and removing the API would end up being similar in effort to destroying the environment, then recreating it (and importing backups of the DDB tables).
The text was updated successfully, but these errors were encountered: