terraform-aws-eks
terraform-aws-eks copied to clipboard
Terraform module to create Amazon Elastic Kubernetes (EKS) resources πΊπ¦
## Description Add content type to the pre-bootstrap script to allow for native cloud-config syntax. ## Motivation and Context The current implementation has hardcoded shell script content type in the...
## Description Replaces the `resolve_conflicts` argument of `aws_eks_addon` resource with the new `resolve_conflicts_on_create` and `resolve_conflicts_on_update`. By doing so, the warning is removed. ## Motivation and Context The `resolve_conflicts` argument is...
## Description 1) added additional variable for cloudwatch_log_groups ## Motivation and Context We have a use case where custom tags is needed to be created ONLY for our cloudwatch_log_groups, it...
## Description If I enable the default policy I do not want the currently running user to be saved in the KMS admin policy. Since the default policy is permissive...
## Description When attempting to setup a managed node group containing an instance type that supports multiple NICs such as a p4d.24xlarge the launch template is setup incorrectly resulting nodes...
## Description My tf file sample: ``` module "eks_managed_node_group_work_node" { source = "terraform-aws-modules/eks/aws//modules/eks-managed-node-group" name = "ng-${var.env}-${var.prd}-performance-test" use_name_prefix = false cluster_name = data.aws_eks_cluster.eks-cluster.name cluster_version = data.aws_eks_cluster.eks-cluster.version subnet_ids = data.aws_subnets.subnet-private.ids // The...
## Description Because of issue [#636](https://github.com/awslabs/amazon-eks-ami/issues/636) with amazon-eks-ami, I am trying to pass --dns-cluster-ip in bootstrap_extra_args to a self_managed_node_group; however the kubelet still uses the default DNS IP (172.20.0.10) as...
## Description ## Motivation and Context If `use_custom_launch_template` is set to `true`, then the module should not attempt to create a launch template regardless if the `create_launch_template` is also `true`....
## Is your request related to a new offering from AWS? Is this functionality available in the [AWS provider for Terraform](https://registry.terraform.io/providers/hashicorp/aws/latest/docs)? See [CHANGELOG.md](https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md), too. - Yes β : https://github.com/hashicorp/terraform-provider-aws/blob/main/CHANGELOG.md#5250-november-10-2023. resource/aws_eks_cluster: Allow...
## Description When using the Karpenter example the helm_release encounters a timeout, Upon further investigation it appear the Karpenter pods cannot be scheduled. Detailed outputs below. - [x] β I...