/terraform-eks-minimal

Minimal setup for creating EKS cluster

Primary LanguageHCL

Manage EKS with Terraform

Minimal setup for creating EKS cluster

Prerequisites

  • AWS IAM User/Role with EC2 Full Access Permission
  • Proper configured AWS profile
  • Terraform >= 1.7.0

Setup Guide

terraform init
terraform plan # review changes
terraform apply # apply changes