Software Engineering

Tips on how to Run Cdk Bootstrap

Tips on how to Run Cdk Bootstrap
Written by admin


To bootstrap an AWS CDK atmosphere, you merely must do the next:

npx aws-cdk bootstrap

…for every atmosphere that you want to the CD to function inside.

This can deploy all of the required stipulations to the AWS account, such because the:

  • An Amazon S3 bucket for storing information and IAM roles that grant permissions wanted to carry out deployments.
  • The required sources are outlined in an AWS CloudFormation stack, known as the bootstrap stack, which is often named CDKToolkit. Like several AWS CloudFormation stack, it seems within the AWS CloudFormation console as soon as it has been deployed.

About the author

admin

Leave a Comment