How to Run Cdk Bootstrap

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 container for keeping files and IAM functions that give approvals 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.

Like this post? Please share to your friends:
Leave a Reply

;-) :| :x :twisted: :smile: :shock: :sad: :roll: :razz: :oops: :o :mrgreen: :lol: :idea: :grin: :evil: :cry: :cool: :arrow: :???: :?: :!: