Skip to content

Releases: cloudposse/terraform-aws-eks-workers

0.3.0 Add `eks_worker_ami_name_filter` and `eks_worker_ami_name_regex` variables

05 Apr 15:56
Compare
Choose a tag to compare

what

  • Update eks_worker_ami_name_filter variable
  • Add eks_worker_ami_name_regex variable

why

  • Improve the AMI name filter to return correct instances
  • A regex string to apply to the AMI list returned by AWS

0.2.0 Add output for worker role ARN

11 Mar 15:00
Compare
Choose a tag to compare

what

  • Add output for worker role ARN

why

  • This may be useful for example if using two workers set within a cluster

0.1.3 Add missing `splat+join` for resources with `counts`

28 Jan 15:14
Compare
Choose a tag to compare

what

  • Add missing splat+join for resources with counts
  • Rebuild README

why

  • Some resources with counts were used without splat+join

0.1.2 Allow passing of additional params to `bootstrap.sh`

13 Nov 22:40
Compare
Choose a tag to compare

what

Allow passing of additional params to bootstrap.sh

why

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

0.1.1

30 Sep 18:18
7aa0fe6
Compare
Choose a tag to compare

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

0.1.0

18 Sep 21:17
fad7746
Compare
Choose a tag to compare

what

  • Initial implementation of terraform-aws-eks-workers

why

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