Difference between revisions of "Terraform EKS module input: create node security group"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
  
 
   # Fargate profiles use the cluster primary security group so these are not utilized
 
   # Fargate profiles use the cluster primary security group so these are not utilized
   create_cluster_security_group = false
+
   [[create_cluster_security_group]] = false
 
   create_node_security_group    = false
 
   create_node_security_group    = false
  

Revision as of 07:17, 7 February 2024

create_node_security_group = true (default) [1]

Determines whether to create a security group for the node groups or use the existing node_security_group_id


 # Fargate profiles use the cluster primary security group so these are not utilized
 create_cluster_security_group = false
 create_node_security_group    = false

Related

See also

  • https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest#input_create_node_security_group
  • Advertising: