tech debt: three identical implementations of detaching and deleting ENIs in EC2, ELB, and ELBv2 packages #21406
Labels
service/ec2
Issues and PRs that pertain to the ec2 service.
service/elb
Issues and PRs that pertain to the elb service.
technical-debt
Addresses areas of the codebase that need refactoring or redesign.
Milestone
The same implementations of detaching and deleting ENIs have been used across the EC2, ELB, and ELBv2 packages. These should be consolidated into one function that can be used across multiple packages.
Since ENIs are part of EC2, the functions should be located in that package.
Affected Resources
The text was updated successfully, but these errors were encountered: