Stack AWSAccelerator-LoggingStack failed to delete

0

Because The following resource(s) failed to delete: [AWSServiceRoleForAWSCloud9CreateServiceLinkedRoleResource5A765F9A, AutoScalingServiceLinkedRoleCreateServiceLinkedRoleResourceE203F878].

xHe
已提问 9 个月前209 查看次数
2 回答
0

It is possible that they have undergone a modification and that there is another object that depends on it, the easiest way to solve it is to go to the IAM roles console and directly delete the resource, then delete the stack again and since those resources have already been eliminated will not give you a problem

profile picture
专家
已回答 9 个月前
0

First, you should try to get more information about why the deletion of the resource has failed:

  • When you open the tab "Resources" in your CloudFormation stack (or nested stack) and compare the name, you are able to figure out what exactly failed to delete
  • Typically, you see the underlying reason in the very first fail event in "Events", or in the according CloudTrail log

Resolution now depends on the underlying reason:

  • If it's a dependency which only affects the current stack (like a resource with deletion policy set to RETAIN which depends on the failing resource, an S3 bucket which still has objects in it, or similar) you can delete the failing resource manually, and then re-run the stack deletion.
  • If the resource is used outside of your stack and must not be deleted, update the CFN template (or use the CLI) and set the resource's deletion policy to RETAIN

See also here for more information.

profile pictureAWS
Michael
已回答 9 个月前

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

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

回答问题的准则