Skip to content
This repository has been archived by the owner on Dec 20, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (6 loc) · 1.11 KB

File metadata and controls

11 lines (6 loc) · 1.11 KB

EKS Getting Started Guide Configuration

This is the full configuration from https://www.terraform.io/docs/providers/aws/guides/eks-getting-started.html

See that guide for additional information.

NOTE: This full configuration utilizes the Terraform http provider to call out to icanhazip.com to determine your local workstation external IP for easily configuring EC2 Security Group access to the Kubernetes master servers. Feel free to replace this as necessary.

You will need to install Terraform and expose environment variables (listed in the variables.tf file on your Terraform host machine to get the examples to work.

Quick tip: The AWS IAM user used to spin up the EKS cluster needs several permissions, as documented here and here. Also, you may need to wait up to 30 minutes before the policies become active in AWS.