terraform-aws-eks
Terraform module to create Amazon Elastic Kubernetes (EKS) resources 🇺🇦 (by terraform-aws-modules)
terraform-aws-security-group
This terraform module creates set of Security Group and Security Group Rules resources in various combinations. (by clouddrove)
terraform-aws-eks | terraform-aws-security-group | |
---|---|---|
81 | 1 | |
4,672 | 22 | |
1.5% | - | |
8.5 | 5.4 | |
22 days ago | 7 months ago | |
HCL | HCL | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
terraform-aws-eks
Posts with mentions or reviews of terraform-aws-eks.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2025-04-11.
-
Amazon EKS (Auto Mode) Infrastructure as Code with Terraform
Ref: https://github.com/terraform-aws-modules/terraform-aws-eks/blob/v20.36.0/examples/eks-auto-mode/main.tf
-
From Zero to EKS and Hybrid-Nodes — Part 2: The EKS and Hybrid Nodes configuration.
Cluster creation is straightforward. We’ll use the state file from the VPC creation to retrieve outputs, and we’ll create the cluster using the terraform-aws-modules/eks/aws module.
-
AWS and Docker Hub Limits: Smart Strategies for April 2025 Changes
If you are using https://github.com/terraform-aws-modules/terraform-aws-eks module to create your cluster and using in-built role it is creating for the worker nodes, don’t forget to extend it with a new policy to allow ecr:BatchImportUpstreamImage because by default it attaches managed policy arn:aws:iam::aws:policy/AmazonEC2ContainerRegistryPullOnly which doesn’t allow pull-through cache.
-
Troubleshooting Self Managed Node Groups in Terraform EKS
From the documentation, we have to use CUSTOM value, but it is not true. There is a github issue: #3094. Terraform is not accepting the CUSTOM value. Instead of CUSTOM it has to be value, which the image is based on. In my example, it is AL2023_x86_64_STANDARD.
-
AWS CodePipeline + EKS Action: The Easiest Way to Deploy Containers Yet!
I have used eks auto using terraform eks module which is quick and easy.
-
EKS Auto Mode Unlocked for Existing Clusters with Terraform
Terraform-aws-eks release a new version v20.31.1 which allows to use custom NodeClass/NodePools when EKS Auto is enabled without built-in NodePools.
-
EKS Auto Mode Arrives in Terraform – Simplify Kubernetes Today
Terraform eks module released a new version v20.31.0 which enables the support of EKS Auto mode and EKS Hybrid Nodes.
-
Run Kubernetes Like a Pro—Without the Expertise! Introducing EKS Auto Mode
Note: Terraform support(still ongoing) not yet there so for this blog we will use AWS console.
-
How to use the AWS Load Balancer Controller to connect multiple EKS clusters with existing Application Load Balancers
Here’s a lovely GitHub issue with more details: https://github.com/terraform-aws-modules/terraform-aws-eks/issues/1539
-
Efficient Kubernetes Cluster Deployment: Accelerating Setup with EKS Blueprints
Upon reviewing EKS Blueprints, I found myself pondering its relationship with terraform-aws-modules-eks. In reality, EKS Blueprints does not stand in opposition to or compete with terraform-aws-modules-eks; rather, it complements and extends its functionality. EKS Blueprints acts as a valuable enhancement to the standard EKS module, enriching it with additional features and refinements, effectively adding a touch of sweetness and spice to the existing framework.
terraform-aws-security-group
Posts with mentions or reviews of terraform-aws-security-group.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-09-24.
What are some alternatives?
When comparing terraform-aws-eks and terraform-aws-security-group you can also consider the following projects:
terraform-aws-eks-blueprints - Configure and deploy complete EKS clusters.
terraform-aws-security-group - Terraform module to create AWS Security Group resources 🇺🇦
eksctl - The official CLI for Amazon EKS
academy - DevOps content, classes and exercises
terragrunt-infrastructure-modules-example - A repo used to show examples file/folder structures you can use with Terragrunt and Terraform
terraform-aws-ecs - Terraform module to create AWS ECS resources 🇺🇦