aws-otel-collector icon indicating copy to clipboard operation
aws-otel-collector copied to clipboard

LoadBalancer weekly cleaner misses assets

Open bryan-aguilar opened this issue 2 years ago • 0 comments

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.

bryan-aguilar avatar Aug 11 '22 16:08 bryan-aguilar