Terraform EKS module input: create cluster security group
Jump to navigation
Jump to search
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]
create_node_security_group = true (default)cluster_endpoint_public_access = true
See also[edit]
- Terraform EKS module (link): Deploy EKS cluster using Terraform,
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, cluster_security_group_additional_rules, access_entries, eks_managed_node_groups, compute_config (Auto mode)
Advertising: