ManagedNodeGroupOptions doesn't allow SecurityGroup configuration
See original GitHub issueProblem description
Looking at the code for creating managed node groups, it looks like the arguments for ManagedNodeGroupOptions are derived from NodeGroupArgs here which doesn’t allow for configuring SecurityGroups on ManagedNodeGroups or on aws.eks.NodeGroup. is this intentional?
For managed NodeGroups I think it will be helpful to be able to define custom security groups.
Also the behavior seems to be different for eks.NodeGroups since through NodeGroupBaseOptions the security group on the respective nodes can be configured.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:1
- Comments:6 (1 by maintainers)
Top Results From Across the Web
Managed node groups - Amazon EKS - AWS Documentation
Amazon EKS managed node groups automate the provisioning and lifecycle management of nodes (Amazon EC2 instances) for Amazon EKS Kubernetes clusters.
Read more >EKS Managed Nodegroups - eksctl
An EKS managed node group is an autoscaling group and associated EC2 instances that are managed by AWS for an Amazon EKS cluster....
Read more >aws_eks_node_group | Resources | hashicorp/aws
Other Kubernetes labels applied to the EKS Node Group will not be managed. launch_template - (Optional) Configuration block with Launch Template settings.
Read more >Creating a managed node group - Amazon EKS - 亚马逊云科技
You can't create managed nodes in an Amazon Web Services Region where you have Amazon Outposts, Amazon Wavelength, or Amazon Local Zones enabled....
Read more >EKS Cluster Configuration Reference | Rancher Manager
Then security groups can be used to enable Rancher to communicate with the ... one Rancher-managed launch template and each managed node group...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

https://github.com/aws/containers-roadmap/issues/609 have done, can we support now?
Hello @metral ,
The referenced dependency issue has been completed a while ago on EKS. Any chance to get this done? Or is there another workaround? (I need to attach custom SGs to nodes to allow private ECR endpoint image pulling…