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
posta 7 mesi fa298 visualizzazioni
1 Risposta
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
ESPERTO
con risposta 7 mesi fa
  • 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

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande