Delete EKS Node Group failed due to Security Group Dependency
0
I created a node group and specified a wrong security group, which was used by other resources. As a result, when I delete the node group through eksctl or AWS console, I got deletion failure due to:
Ec2SecurityGroupDeletionFailure DependencyViolation - resource has a dependent object
Is it possible to delete this node group while keeping the security group, please?
Thank you for your answers in advance
asked a month ago50 views
1 Answers
Relevant questions
add node into node group
asked a month agoDelete EKS Node Group failed due to Security Group Dependency
asked a month agoEKS issue when adding node group with t4g class instance
asked 6 months agoHow to create EKS cluster with dedicated host node group
Accepted Answerasked 7 months agoWhy is Auto Scaling Group not taking Security Group from Launch Template?
Accepted Answerasked 3 months agoEKS VPC-CNI Plugin Node Group Setup Questions
asked a month agoCan I set a security group for each workspace that is launched?
asked 3 months agoEKS Node Group with RI
Accepted AnswerUnable to delete Target Group.
asked 3 years agoEKS static IPs for managed node group nodes
Accepted Answerasked 2 years ago
I understand the security group will not delete. I want to keep the SG. The problem is, when deleting node group manually, the EKS throws error "delete failed". And the failure is caused by the SG is using by other nodes.