An open API service indexing awesome lists of open source software.

https://github.com/guessi/terraform-eks-minimal

Minimal setup for creating EKS cluster
https://github.com/guessi/terraform-eks-minimal

amazon-eks eks terraform

Last synced: 3 months ago
JSON representation

Minimal setup for creating EKS cluster

Awesome Lists containing this project

README

          

# 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.12

### Setup Guide

```bash
terraform init
terraform plan # review changes
terraform apply # apply changes
```