Skip to main content

Description

This project contains Terraform code that allows you to provision an EKS cluster on AWS running Kubernetes version 1.31. It also provisions a VPC which contains the EKS cluster.

With this project, you are able to have an EKS cluster deployed and ready to be used.

The final result of the project is as follows:

  • A VPC with public and private subnets, and a NAT Gateway
  • An EKS cluster running Kubernetes version 1.31
  • Access entry using your IAM User ARN
  • A cool project that elevates your AWS and Terraform knowledge

Github Repo

Click here for the public Github repo hosting this project.