eksctl icon indicating copy to clipboard operation
eksctl copied to clipboard

[Feature] Attach security groups to managed node groups by name

Open henryzhao95 opened this issue 8 months ago • 1 comments

What feature/behavior/change do you want?

For ClusterConfig.managedNodeGroups.securityGroups supported attaching security groups by name instead of just SG IDs solely (securityGroups.attachIDs).

Why do you want this feature?

For our ClusterConfig infrastructure as code to be reusable and resilient to catastrophic events such as the deletion of everything in our AWS workspace which would involve recreating the security groups with different IDs (as well as more readable).

henryzhao95 avatar Jun 12 '24 01:06 henryzhao95