/eks-terraform

Build EKS cluster with Terraform

Primary LanguageHCL

Amazon Elastic Kubernetes Service (EKS)

This repo contains Terraform configs for running a Kubernetes cluster on Amazon Web Services (AWS) using Amazon Elastic Kubernetes Service (EKS).

Usage

Check this DevOps Automation with Terraform, AWS and Docker) for detailed explanation.

Environment Variables

These Environment Variables are needed for the pipeline when runnig Terraform commands.

  • AWS_DEFAULT_REGION - AWS region to create the resources
  • AWS_ACCESS_KEY_ID - Access Key ID to be used by the pipeline to authenticate with your AWS Account
  • AWS_SECRET_ACCESS_KEY - Secret Access Key to be used by the pipeline to authenticate with your AWS Account