Cloudformation Stack stuck in Update_Rollback_Failed State because of nested stack Update_Rollback_Failed

1

My Cloudformation Stack stuck in Update_Rollback_Failed State because of nested stack Update_Rollback_Failed as I updated the lambda runtime environment from 10 to 12. I tried the workarounds but nothing worked https://aws.amazon.com/premiumsupport/knowledge-center/cloudformation-update-rollback-failed/ https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-continueupdaterollback.html

Shaista
已提问 2 年前1652 查看次数
2 回答
2

If rolling back a failed update also fails, you can select the "Continue Rollback" action (I guess you've already tried this). If this doesn't work then you can try it again but this time open the "Advanced" section and enter in a comma-separated list of LOGICAL (not physical) resource names to not attempt rollback on. Determine the resource names to use either from error messages or by going to the stack's Resources section and looking for resources in error state. Once rollback is complete, go and have a look at the resources that you skipped to check for any manual cleanup required.

专家
已回答 2 年前
  • Thanks for the response. Tried everything but now with lambda version update error I am getting appsync API error too - The specified key does not exist, although the resolver files exists in the location where template suppose to save them. This failed my nested API stack and put my parent stack too in update rollback failed status. This also not allowing to make new update.

0

Hello, when I do this, I get Currently in UPDATE_COMPLETE with reason: null for the resource when I do not skip it and "Nested stack resources can only be skipped when their embedded stack statuses are one of [DELETE_COMPLETE, DELETE_IN_PROGRESS, DELETE_FAILED]" when I select it to be skipped.

What can I do?

Jonas
已回答 10 个月前

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

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

回答问题的准则