Inability to delete an public ACM certificate, resource in use

0

Certificate resource created with terraform module acm failed on deletion. There is still one load balancer registered to it and I'm confused since there are no more resources to be destroyed and I haven't created any by hand. arn:aws:elasticloadbalancing:us-west-1:326126330404:loadbalancer/app/prod-sfo-1-az1-1-6/364e4ac04542d66b

2개 답변
1

There might be an API Gateway that uses a Custom Domain Name with a Regional endpoint type and associated with your ACM certificate. Deploying a Regional API endpoint creates an Application Load Balancer by API Gateway.

To resolve, you can replace or delete that Custom Domain Name. Then, try to delete the ACM again.

More information can be found here: https://aws.amazon.com/premiumsupport/knowledge-center/acm-certificate-resources/ and https://www.youtube.com/watch?v=rYEVHGyAIsw&ab_channel=AmazonWebServices

If you've already done this and still unable to delete the ACM, try to raise a ticket to support team to get the association removed for you. Check this previous post for reference: Can't Delete Certificate because there are Dangling Load Balancer Resources

profile picture
joahna
답변함 2년 전
0

Thank you for your response I think it's the same issue that was described the second link. Nothing that an be done on my end apparently.

답변함 2년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인