Skip to content

Releases: tierratelematics/terraform-aws-ec2

Refactor Auto Scaling Group to offer ALB, ELB or no-LB.

17 Nov 06:03
Compare
Choose a tag to compare

In this release the Auto Scaling Group module has been split into several different variants.

  • Without load balancer: this can be used to build some worker application component.
  • ELB
  • ALB, also know as ELBv2 in the AWS documentation.

As bonus content we've added a Bastion module to build just that, a bastion host to access your infrastructure from outside using SSH.