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
- Host: GitHub
- URL: https://github.com/guessi/terraform-eks-minimal
- Owner: guessi
- Created: 2022-03-04T11:26:58.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-05-09T07:53:12.000Z (about 2 years ago)
- Last Synced: 2024-05-09T09:10:50.023Z (about 2 years ago)
- Topics: amazon-eks, eks, terraform
- Language: HCL
- Homepage:
- Size: 52.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```