Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feat]: Preserve Resource - Disable rollback of stack #771

Open
1 task
markjl-netlogix opened this issue Oct 15, 2024 · 0 comments
Open
1 task

[Feat]: Preserve Resource - Disable rollback of stack #771

markjl-netlogix opened this issue Oct 15, 2024 · 0 comments

Comments

@markjl-netlogix
Copy link

Describe the feature

as per https://docs.aws.amazon.com/cdk/v2/guide/cli.html#cli-config

We are trying to trying to figure out how to set the -–disable-rollback / --no-rollback option so we can debug a stack that is failing to create

Apologies of this option already exists. Just found it hard to find where to set even when searching repo for

preserve
rollback

A CDK stack can have the param added to cdk.json but this stack is not using CDK. Its pure CF template so we think we need to add to the cli command that is executing the change set

Use Case

We need to disable rollback so we can debug a stack that is failing to create. Specifically a stack with EC2 that we need cfn logs from

Proposed Solution

allow flag in params file for stacks that are pure CF

Acknowledgements

  • I may be able to implement this feature request
@markjl-netlogix markjl-netlogix changed the title [Feat]: Preserve [Feat]: Preserve Resource - Disable rollback of stack Oct 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant