You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc_source/bootstrapping.md
+13-1Lines changed: 13 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -67,10 +67,22 @@ cdk bootstrap --profile prod
67
67
68
68
AWS CDK bootstrapping is performed by an AWS CloudFormation template\. To get a copy of this template in the file `bootstrap-template.yaml`, run the following command\.
The template is also available in the [AWS CDK GitHub repository](https://github.com/aws/aws-cdk/blob/master/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml)\.
75
87
76
88
Deploy this template using your preferred deployment mechanism for AWS CloudFormation templates\. For example, the following command deploys the template using the AWS CLI:
@@ -547,4 +559,4 @@ The `DefaultStackSynthesizer` requires four IAM roles for four different purpose
547
559
The AWS CDK Toolkit requires that the following CloudFormation outputs exist on the bootstrap stack\.
548
560
+`BucketName`: the name of the file asset bucket
549
561
+`BucketDomainName`: the file asset bucket in domain name format
550
-
+`BootstrapVersion`: the current version of the bootstrap stack
562
+
+`BootstrapVersion`: the current version of the bootstrap stack
0 commit comments