terraform-aws-ec2-bastion-server icon indicating copy to clipboard operation
terraform-aws-ec2-bastion-server copied to clipboard

Use an Autoscaling Group for Instance Replacement

Open danroestorf opened this issue 5 years ago • 0 comments

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.

danroestorf avatar Jan 02 '20 16:01 danroestorf