Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 595 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 595 Bytes

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