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
已提问 7 个月前297 查看次数
1 回答
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
专家
已回答 7 个月前
  • 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

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则