Skip to content

Example of building an Amazon EKS cluster with Graviton2 instances

Notifications You must be signed in to change notification settings

niallthomson/eks-graviton-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

EKS with Graviton2 Instances using Terraform

This repository provides example Terraform configuration for building an EKS cluster with a Managed Node Group that uses Graviton2 instances. These instances are generally cheaper than the equivalent x86-based instances.

See this blog post for more information.

Pre-Requisites

To run this example you must have:

  • An AWS account (note this example will build resources that will incur charges)
  • The machine on which you run it must be logged in to AWS (for example via aws configure)
  • Terraform 0.12.X installed

Usage

Clone this repository and run terraform apply from the directory containing the code. All variables are optional.

Tear it down with terraform destroy.

About

Example of building an Amazon EKS cluster with Graviton2 instances

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages