Skip to content

Terraform script to boostrap AWS EKS infra and node groups

License

Notifications You must be signed in to change notification settings

bbraunstein/tf-eks-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tf-eks-demo

Terraform script to boostrap AWS EKS infra and node groups

Pre-requistes

This script is for personal use and not intended to be implemented in any Production capacity. The terraform template has three assumptions:

  • VPC with Internet Access
    • Public subnets with Internet Gateway attached, or
    • Private subnets with NAT Gateway attached
  • EC2 Keypair
    • Allows connection to EKS Nodes
  • Security Group with at least port 22 access
    • Allows connection to EKS Nodes
    • Can be public (0.0.0.0/0) or restricted to a single home IP
    • Recommended that All Traffic enabled

About

Terraform script to boostrap AWS EKS infra and node groups

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages