terraform-aws-eks-workers

Terraform module to provision an AWS AutoScaling Group, IAM Role, and Security Group for EKS Workers

APACHE-2.0 License

Stars
91
Committers
24

Bot releases are hidden (Show)

terraform-aws-eks-workers - 0.1.2 Allow passing of additional params to `bootstrap.sh`

Published by aknysh almost 6 years ago

what

Allow passing of additional params to bootstrap.sh

why

To enable extra parameters like --kublet-extra-args or --use-max-pods

terraform-aws-eks-workers - 0.1.1

Published by aknysh about 6 years ago

what

  • Fix issues
  • Use template_file instead of HEREDOC

why

  • Fix issues after testing on EKS cluster
  • Separate data from code. More clear and maintainable
terraform-aws-eks-workers - 0.1.0

Published by aknysh about 6 years ago

what

  • Initial implementation of terraform-aws-eks-workers

why

  • To provision AWS resources (AutoScaling Group, IAM Role, Security Group) for EKS Workers
Related Projects