Skip to content

EKS example deployed with Terraform with K8S examples

Notifications You must be signed in to change notification settings

joshuansu0897/eks-terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

eks-terraform

Create a EKS

note: i will add yml files for K8S

AWS deployment

All the infrastructure deploys by default on us-west-2. If you want to deploy in a different region pass the aws_region parameter to make.

Creation steps

Create a named profile for the AWS Command Line Interface (CLI). Once you have your AWS credentials on ~/.aws/credentials like this:

[myprofile]
aws_access_key_id=LAGALDASDASDASDASDSADSA
aws_secret_access_key=dsadsadsasafsdasdasdsa
$ make PWD=${PWD} HOME=${HOME} destroy
$ make PWD=${PWD} HOME=${HOME} apply

About

EKS example deployed with Terraform with K8S examples

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published