Difference between revisions of "Terraform resource: aws eks fargate profile"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
aws_eks_fargate_profile | aws_eks_fargate_profile | ||
+ | |||
+ | # [[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 == | ||
[[eksctl create fargateprofile]] | [[eksctl create fargateprofile]] | ||
[[fargate_profiles]] | [[fargate_profiles]] | ||
+ | [[node_groups.tf]] | ||
== See also == | == See also == |
Latest revision as of 07:18, 7 February 2024
aws_eks_fargate_profile
# 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]
eksctl create fargateprofile fargate_profiles node_groups.tf
See also[edit]
- AWS Fargate, AWS Fargate Spot,
aws ecs, aws eks, launch_type
, versions, AWS Fargate profile - Terraform EKS resources:
aws_eks_cluster, aws_eks_addon, aws_eks_fargate_profile, aws_eks_node_group, aws_eks_identity_provider_config, kubernetes_config_map_v1_data
- Terraform EKS: EKS module, EKS resources, EKS provider, EKS data sources
Advertising: