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

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Tags: Mobile web edit, Mobile edit
Line 5: Line 5:
  
  
 +
  # Fargate profiles use the cluster primary security group so these are not utilized
 +
  create_cluster_security_group = false
 +
  create_node_security_group    = false
 +
 +
== Related ==
 
  [[create_node_security_group]]
 
  [[create_node_security_group]]
  

Revision as of 15:17, 22 March 2023

create_cluster_security_group = true (default)

Determines if a security group is created for the cluster. Note: the EKS service creates a primary security group for the cluster by default


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

Related

create_node_security_group

See also

Advertising: