The RancherOnEKS cleanup process consistently fails (5/5 attempts this week) at the point of detaching the IGW.
Cleaning up the resources failed: An error occurred (DependencyViolation) when calling the DetachInternetGateway operation: Network vpc-[REDACTED] has some mapped public address(es). Please unmap those public address(es) before detaching the gateway.
The root cause of this is that there is an Elastic Load Balancer created automatically (not something we explicitly create) that does not get cleaned up. We will need to add a process for finding this ELB and deleting it, before trying to clean up the IGW. This will probably require additional permissions as well.
The RancherOnEKS cleanup process consistently fails (5/5 attempts this week) at the point of detaching the IGW.
The root cause of this is that there is an Elastic Load Balancer created automatically (not something we explicitly create) that does not get cleaned up. We will need to add a process for finding this ELB and deleting it, before trying to clean up the IGW. This will probably require additional permissions as well.