You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue is located here where the user-attribute-update-settings and auto-verified-attributes need to be set.
I'm not confident enough to be able to present a PR by myself.
You can reproduce the issue by creating a cognito-user-pool from the AWS Console (then the deletion protection is automatically set), then attempting to delete it via aws-nuke.
The text was updated successfully, but these errors were encountered:
aws-nuke could not delete a given user-pool resulting a permanent error.
Version : aws-nuke version v3.38.0
I could reproduce the error.
I had to peform the
deletion-protection
call manually by specifying explicitely the required settings as shown :Then the cognito-idp user-pool-deletion succeeded
The issue is located here where the
user-attribute-update-settings
andauto-verified-attributes
need to be set.I'm not confident enough to be able to present a PR by myself.
You can reproduce the issue by creating a cognito-user-pool from the AWS Console (then the deletion protection is automatically set), then attempting to delete it via aws-nuke.
The text was updated successfully, but these errors were encountered: