Releases: tierratelematics/terraform-aws-ec2
Releases · tierratelematics/terraform-aws-ec2
Refactor Auto Scaling Group to offer ALB, ELB or no-LB.
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.