guessi / terraform-eks-minimal

Minimal setup for creating EKS cluster

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Minimal setup for creating EKS cluster


Languages

Language:HCL 100.0%