Skip to content

Commit ea5dd67

Browse files
authored
Update account setup bootstrap info (aws-amplify#8216)
* update account setup sandbox command
1 parent 461e719 commit ea5dd67

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
-32.5 KB
Binary file not shown.

src/pages/[platform]/start/account-setup/index.mdx

+6-2
Original file line numberDiff line numberDiff line change
@@ -305,9 +305,13 @@ Bootstrapping is the process of provisioning resources for the AWS CDK before yo
305305

306306
</Accordion>
307307

308-
![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)
308+
```bash title="Terminal" showLineNumbers={false}
309+
npx ampx sandbox --profile amplify-admin
310+
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.
311+
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 <profile-name> to specify a profile with the correct region.
312+
```
309313
310-
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.
314+
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.
311315
312316
![](/images/gen2/account-setup/profile5.png)
313317

0 commit comments

Comments
 (0)