Difference between revisions of "Terraform EKS module input: create node security group"
Jump to navigation
Jump to search
↑ https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest#input_create_node_security_group
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | create_node_security_group = true (default) <ref>https://registry.terraform.io/modules/terraform-aws-modules/eks/aws/latest#input_create_node_security_group</ref> | ||
+ | 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 | |
− | |||
− | # Fargate profiles use the cluster primary security group so these are not utilized | ||
− | create_cluster_security_group = false | ||
create_node_security_group = false | create_node_security_group = false | ||
Latest 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[edit]
See also[edit]
- Terraform EKS module:
manage_aws_auth_configmap, create_aws_auth_configmap, aws_auth_roles, aws_auth_users, aws_auth_accounts, module.eks, Amazon EKS Blueprints for Terraform, OIDC
Advertising: