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ヶ月前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ