Skip to content

Launch Template with Managed Node Groups Example Incorrect Security Group #1662

@geoff-contino

Description

@geoff-contino

Description

As per issue kubernetes-sigs/aws-efs-csi-driver#574 it would appear that the example in module

https://github.com/terraform-aws-modules/terraform-aws-eks/blob/master/examples/launch_templates_with_managed_node_groups/launchtemplate.tf

Attaches

 module.eks_cluster.worker_security_group_id

to the launch template for the nodes - this appears to be incorrect and this should be:

module.eks_cluster.cluster_primary_security_group_id

Otherwise none of the EFS, ENIs can connect to the nodes because they use the cluster primary security group id as the reference.

Having checked the standard node group deployment, this appears to be the case...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions