Skip to content

Commit 5978361

Browse files
committed
Moving bootstrap command
1 parent 10ce1ca commit 5978361

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ This will enabling sample request to visualize the access patterns and drill int
104104

105105
If this is the first time you have run the CDK, you may need to [Bootstrap](https://docs.aws.amazon.com/cdk/latest/guide/bootstrapping.html) your account. If you have multiple deployment targets see also [Specifying up your environment](https://docs.aws.amazon.com/cdk/latest/guide/cli.html#cli-environment) in the CDK documentation.
106106

107+
```
108+
cdk bootstrap
109+
```
110+
107111
To bootstrap and deploy, you will require permissions create AWS CloudFormation Stacks and the associated resources for your current execution role.
108112

109113
If you have cloned this notebook into SageMaker Studio, you can find your user's role by browsing to the Studio dashboard.
@@ -120,10 +124,6 @@ Browse to the [IAM](https://console.aws.amazon.com/iam) section in the console,
120124

121125
![\[AB Testing Pipeline Execution Role\]](docs/ab-testing-pipeline-iam-role.png)
122126

123-
```
124-
cdk bootstrap
125-
```
126-
127127
You should now be able to list the stacks by running:
128128

129129
```

0 commit comments

Comments
 (0)