You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
markjl-netlogix
changed the title
[Feat]: Preserve
[Feat]: Preserve Resource - Disable rollback of stack
Oct 15, 2024
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
The text was updated successfully, but these errors were encountered: