aws-otel-collector
aws-otel-collector copied to clipboard
LoadBalancer weekly cleaner misses assets
Describe the bug Some of the CI tests are failing due to a capacity limit of LoadBalancers in our AWS accounts. These LoadBalancers are from these two (mocked-service & sample-app) service definitions in the EKS CI tests. The current LoadBalancer cleaner filters based on the LoadBalancer name. These dangling LoadBalancers do not conform to that name schema and are thus missed by the cleaner. The existing cleaner targets the LoadBalancer created by the ECS tests.
Suggestion: Add tags and to all load balancers, in ecs and eks tests. Then filter based on tags and not load balancer name in the cleaner. Existing loadbalancers will need to be manually cleaned up as the tags do not currently exist.