To bootstrap
an AWS CDK environment, you merely require to do the following:
npx aws-cdk bootstrap
&& mldr; for each environment that you would like the CD to run within.
This will release all the needed requirements to the AWS account, such as the:
- An Amazon S3 pail for keeping files and IAM functions that give authorizations required to carry out implementations.
- The needed resources are specified in an AWS CloudFormation stack, called the bootstrap stack, which is normally called CDKToolkit. Like any AWS CloudFormation stack, it appears in the AWS CloudFormation console once it has actually been released.