Cloudformation Nested Stack UPDATE_ROLLBACK_FAILED

0

Hi, I'm having issue with the cdk stack where i have 1 function using nodejs 12x where is not available anymore hence the update of my stack failed, when I try to rollback from the Nested stack it says that the stack only can rollback in root stack, which i check at the root stack it doesn't have the Continue rollback option, hence I try to use AWS cli with **aws cloudformation continue-update-rollback ** to rollback by skipping the resource, however the logical i defined in the resources-to-skip doesn't skip that failed resource and my stack just stuck there. Would be appreciate if anyone can provide any help on this.

cy
asked 7 months ago278 views
1 Answer
0

Hi,

When you have nested stacks that must be rolled back to a working state, see Using ResourcesToSkip to recover a nested stacks hierarchy: see https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html#nested-stacks

Best,

Didier

profile pictureAWS
EXPERT
answered 7 months ago
  • Hi Didier,

    The issue now is I couldn't trigger the ResourcesToSkip because it is a nested stack, and the root stack Continue to rollback option is grey out, i tried run the cli command but it seems like the resource is not being skip even though i have added the --resources-to-skip with the logical ID of that failed resource

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions