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
demandé il y a 7 mois301 vues
1 réponse
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
répondu il y a 7 mois
  • 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

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.

Instructions pour répondre aux questions