question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

(bootstrap): renaming bootstrap CF stack?

See original GitHub issue

❓ General Issue

https://docs.aws.amazon.com/cdk/latest/guide/bootstrapping.html states

The required resources are defined in a AWS CloudFormation stack, called the bootstrap stack, which is usually named CDKToolkit.

The Question

When is the bootstrap stack named differently?

Can CF stack name be overridden?

Environment

  • CDK CLI Version : 1.105.0 (build 4813992)
  • Framework Version: 1.105.0
  • Node.js Version: v14.16.1
  • OS : Linux
  • Language (Version): Python (3.8.10)

Other information

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:9 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
peterwoodworthcommented, Dec 16, 2021

So through some quick testing, I’ve found that if I name my toolkit stack MyBootstrapStack like I did above, then when you cdk deploy you are supposed to pass in the name of the bootstrap stack for it to deploy: cdk deploy --toolkitStackName=MyBootstrapStack

Let me know if you have any more questions!

0reactions
github-actions[bot]commented, Jun 3, 2021

⚠️COMMENT VISIBILITY WARNING⚠️

Comments on closed issues are hard for our team to see. If you need more assistance, please either tag a team member or open a new issue that references this one. If you wish to keep having a conversation with other community members under this issue feel free to do so.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Bootstrapping - AWS Cloud Development Kit (AWS CDK) v2
--qualifier is a string that is added to the names of all resources in the bootstrap stack. A qualifier lets you avoid resource...
Read more >
[cli] Allow bootstrap toolkit stack to be deployed as a stackset
Use Case I would like to be able to deploy the cdk toolkit stack (bootstrap) as a stackset. I am unable to use...
Read more >
Rename bootstrap classes with your own name - Stack Overflow
it's possible. Just open the SASS (LESS) sources; Find and replace the classes you want to rename; Compile that with a SASS /...
Read more >
Control function bootstrapped standard errors - Cross Validated
A problem when doing this approach is that the naive standard errors are too small since they do not account for the fact...
Read more >
AWS CloudFormation Masterclass - YouTube
AWS CloudFormation is a comprehensive templating language that enables you to create managed ' stacks ' of AWS resources, with a growing ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found