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
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{lc}}
 
  
 
  create_cluster_security_group = true (default)
 
  create_cluster_security_group = true (default)
Line 7: Line 6:
 
   # 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
  
 
== Related ==
 
== Related ==
[[create_node_security_group]]
+
* <code>[[create_node_security_group]] = true (default)</code>
[[cluster_endpoint_public_access]]  = true
+
* <code>[[cluster_endpoint_public_access]]  = true</code>
  
 
== See also ==
 
== See also ==

Latest revision as of 07:15, 7 February 2024

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[edit]

See also[edit]

Advertising: