Skip to content

Commit 6b31680

Browse files
committed
Fix: Update bootstrap template link
1 parent 5f0494d commit 6b31680

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

v2/bootstrapping-env.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ For more information on the `cdk bootstrap` command and supported options, see [
5858

5959
### Use any AWS CloudFormation tool<a name="bootstrapping-howto-cfn"></a>
6060

61-
You can copy the [bootstrap template](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml) from the *aws\-cdk GitHub repository* or obtain the template with the `cdk bootstrap --show-template` command\. Then, use any AWS CloudFormation tool to deploy the template into your environment\.
61+
You can copy the [bootstrap template](https://github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml) from the *aws\-cdk\-cli GitHub repository* or obtain the template with the `cdk bootstrap --show-template` command\. Then, use any AWS CloudFormation tool to deploy the template into your environment\.
6262

6363
With this method, you can use AWS CloudFormation StackSets or AWS Control Tower\. You can also use the AWS CloudFormation console or the AWS Command Line Interface \(AWS CLI\)\. You can make modifications to your template before you deploy it\. This method may be more flexible and suitable for large\-scale deployments\.
6464

v2/bootstrapping.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Bootstrapping prepares your AWS environment by provisioning specific AWS resourc
1111

1212
## How does bootstrapping work?<a name="bootstrapping-how"></a>
1313

14-
Resources and their configuration that are used by the CDK are defined in an AWS CloudFormation template\. This template is created and managed by the CDK team\. For the latest version of this template, see `[bootstrap\-template\.yaml](https://github.com/aws/aws-cdk/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml)` in the *aws\-cdk GitHub repository*\.
14+
Resources and their configuration that are used by the CDK are defined in an AWS CloudFormation template\. This template is created and managed by the CDK team\. For the latest version of this template, see `[bootstrap\-template\.yaml](https://github.com/aws/aws-cdk-cli/blob/main/packages/aws-cdk/lib/api/bootstrap/bootstrap-template.yaml)` in the *aws\-cdk\-cli GitHub repository*\.
1515

1616
To bootstrap an environment, you use the AWS CDK Command Line Interface \(AWS CDK CLI\) `cdk bootstrap` command\. The CDK CLI retrieves the template and deploys it to AWS CloudFormation as a stack, known as the *bootstrap stack*\. By default, the stack name is `CDKToolkit`\. By deploying this template, CloudFormation provisions the resources in your environment\. After deployment, the bootstrap stack will appear in the AWS CloudFormation console of your environment\.
1717

0 commit comments

Comments
 (0)