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

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 4: Line 4:
  
 
Determines whether to create a security group for the node groups or use the existing node_security_group_id
 
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 ==
 
== Related ==

Revision as of 15:17, 22 March 2023

create_node_security_group = true (default)

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

Advertising: