CloudFormation stack in UPDATE_ROLLBACK_FAILED state with missing LoadBalancer listener rule ARN

0

Hello,

I have an issue with rolling back CF stack because of some LB listener rule is missing.

Because Rule was manually re-creted, ARN of the listener rule had changed and stack cannot proceed with error:

Resource handler returned message: "Resource of type 'AWS::ElasticLoadBalancingV2::ListenerRule' with identifier 'One or more rules not found (Service: ElasticLoadBalancingV2, Status Code: 400, Request ID: 7d26eeb0-5dd9-4623-99c1-22452c56b477, Extended Request ID: null)' was not found." (RequestToken: 3a917825-3dc5-175c-6622-6dfd7fc0f5eb, HandlerErrorCode: NotFound)

Since listener ARN cannot be set manually and current stack status doesn't allow modification of template, how can I resolve this issue and continue the rollback process?

Alex
gefragt vor 2 Jahren926 Aufrufe
1 Antwort
1

When you retry rolling back a stack you can specify resources to exclude from the process, allowing the rollback to continue. Then you do any required cleanup of those excluded resources manually.

EXPERTE
beantwortet vor 2 Jahren

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen