terraform-aws-eks icon indicating copy to clipboard operation
terraform-aws-eks copied to clipboard

Terraform module to create Amazon Elastic Kubernetes (EKS) resources πŸ‡ΊπŸ‡¦

Results 157 terraform-aws-eks issues
Sort by recently updated
recently updated
newest added
trafficstars

## Description In the Karpenter module, setting `sqs_managed_sse_enabled = false` still creates SQS with SSE enabled. This might be due to the following line which sets the underlying `aws_sqs_queue` resource...

breaking change

## Is your request related to a new offering from AWS? No ## Is your request related to a problem? Please describe. When configuring ALB Controller, I've missed Node-to-Node communication...

question

### Description I want to add Windows nodes to cluster with latest module version. I'm trying to add windows node to EKS cluster this requires to create new Access entity...

question

## Description It is not possible to add managed node group with custom ami to existing cluster. cluster version 'cluster_version = "1.31"' specified only under module "eks". there are no...

question

## Description Disabling eks auto mode on an existing cluster fails. Apparently there are some related changes and issues that claimed to solve and reverted it again. As all related...

upstream blocker

## Is your request related to a new offering from AWS? - No πŸ›‘: this request isn't related to any new AWS features, just inside module. ## Is your request...

## Is your request related to a problem? Please describe. Using module version 20.31.1. It is not a drop-in replacement to use the new `cluster_dualstack_oidc_issuer_url` compared to the previous `cluster_oidc_issuer_url`...

wip