terraform-aws-ec2-bastion-server
terraform-aws-ec2-bastion-server copied to clipboard
Use an Autoscaling Group for Instance Replacement
I was using this module with the Route53 option and when modifying the instance class on an existing host I noticed that the Route53 record was not updated until I ran a second terraform apply.
I think an enhancement to this module would be to use an autoscaling group and an elastic ip address so that if the instance is replaced the domain doesn't have to be updated.