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
asked 2 years ago900 views
1 Answer
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.

EXPERT
answered 2 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions