Bootstrapping local sandbox to Amplify Console fails the CDKBuild stack, preventing new development. Says "The given region has not been bootstrapped." #2082
Labels
console
Issues related to Amplify console UI/UX
pending-triage
Incoming issues that need categorization
Environment information
Describe the bug
I am following the Amplify Documentation for React Native here:
https://docs.amplify.aws/react-native/start/quickstart/
and I am on the step where I build a sandbox with:
and my terminal opens a webpage for me to login to my AWS console
When I click to run it, it begins, then crashes on 2% here:
I have tried everything that I could think of, but I do not know why its happening.
I've created a user in IAM with admin privileges that I used to sign in to the aws cli using its Access Key and Secret Key.
I've made a local sso in the cli called "amplify-admin" from here: https://docs.amplify.aws/react-native/start/account-setup/ and ran
but it still fails and delivers a ROLLBACK_IN_PROGRESS
I tried following the suggestions here:
#1510
I mean, I do not think it has anything to do with the region, I think it has to do with the Gen2 upgrade with AWS and some legacy expectations not being fulfilled here.
I just want to start developing with QuickStart guide so I can move my project over, and this is preventing me from doing so. Any help would be appreciated.
Reproduction steps
run
and you will be asked to sign in to your profile to bootstrap the account. Mine does not work.
The text was updated successfully, but these errors were encountered: