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
已提问 2 年前926 查看次数
1 回答
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.

专家
已回答 2 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则