diff --git a/public/images/gen2/account-setup/profile4.png b/public/images/gen2/account-setup/profile4.png deleted file mode 100644 index d2543460fa2..00000000000 Binary files a/public/images/gen2/account-setup/profile4.png and /dev/null differ diff --git a/src/pages/[platform]/start/account-setup/index.mdx b/src/pages/[platform]/start/account-setup/index.mdx index a6be57bb29c..2368970abf6 100644 --- a/src/pages/[platform]/start/account-setup/index.mdx +++ b/src/pages/[platform]/start/account-setup/index.mdx @@ -305,9 +305,13 @@ Bootstrapping is the process of provisioning resources for the AWS CDK before yo -![Bootstrap status message indicating that the given Region has not been bootstrapped and that the user needs to sign in to the console and re-run the npx ampx sandbox command to complete the bootstrap process.](/images/gen2/account-setup/profile4.png) +```bash title="Terminal" showLineNumbers={false} +npx ampx sandbox --profile amplify-admin +The region us-east-1 has not been bootstrapped. Sign in to the AWS console as a Root user or Admin to complete the bootstrap process, then restart the sandbox. +If this is not the region you are expecting to bootstrap, check for any AWS environment variables that may be set in your shell or use --profile to specify a profile with the correct region. +``` -During the first-time setup, `npx ampx sandbox` will ask you to sign in to the AWS Management Console. You must sign in as the account root user or as a user that has AdministratorAccess. Once signed in, you will be redirected to the Amplify console. On the **Create new app** page, choose **Initialize setup now**. It may take a few minutes for the bootstrapping process to complete. +During the first-time setup, `npx ampx sandbox` will ask you to sign in to the AWS Management Console. You must sign in as the account **root user** or as a user that has **AdministratorAccess** permissions. Once signed in, you will be redirected to the Amplify console. On the **Create new app** page, choose **Initialize setup now**. It may take a few minutes for the bootstrapping process to complete. ![](/images/gen2/account-setup/profile5.png)