Skip to content

Commit 9e6e755

Browse files
authored
update cdk bootstrap cmd (#7889)
* update cdk bootstrap cmd * Update index.mdx * Update index.mdx
1 parent e13b295 commit 9e6e755

File tree

1 file changed

+2
-2
lines changed
  • src/pages/[platform]/reference/permissions-boundary

1 file changed

+2
-2
lines changed

src/pages/[platform]/reference/permissions-boundary/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ The IAM Policy to be used as a permissions boundary must be configured outside o
4040

4141

4242
```bash title="Terminal" showLineNumbers={false}
43-
cdk bootstrap --custom-permissions-boundary <iam-policy-arn>
43+
cdk bootstrap --custom-permissions-boundary <iam-policy-name>
4444
```
4545

4646

4747
The `cdk bootstrap` command is a one-time operation that configures the AWS account and region for CDK deployments. Once executed, users can continue to utilize Amplify commands (e.g. `sandbox`) without interruption. Any custom IAM permissions boundary set by `cdk bootstrap` will be automatically applied to the roles created by Amplify.
4848

49-
Check this [guide](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html) to learn more about bootstrapping
49+
Check this [guide](https://docs.aws.amazon.com/cdk/v2/guide/bootstrapping.html) to learn more about bootstrapping.

0 commit comments

Comments
 (0)