You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when a new Terraform deployment is triggered, the instances in the autoscaling groups will not refresh without clicking "Start Instance Refresh" in the AWS Autoscaler UI.
There is an open issue for this, but Terraform currently does not provide the functionality yet to do this automatically.
Figure out a way to automate instance refresh, or at least keep an eye on the linked issue to know when this feature becomes available.
The text was updated successfully, but these errors were encountered:
@xmunoz mentioned in #25 that Terraform didn't yet support
automatically refreshing instances with new code. This is an issue
because, assuming we have multiple autoscaled instances up at a moment
when we want to do a code deploy, we need a way to refresh all of
those instances with the new code (other than clicking "Refresh" in
AWS). Terraform now does support this, as of version 3.22.
Their issue: hashicorp/terraform-provider-aws#13785
The pull request: hashicorp/terraform-provider-aws#16678
The changelog: https://github.com/hashicorp/terraform-provider-aws/blob/v3.22.0/CHANGELOG.md
Use this new version of the Terraform AWS provider so that we can use
autoscaling.
Currently, when a new Terraform deployment is triggered, the instances in the autoscaling groups will not refresh without clicking "Start Instance Refresh" in the AWS Autoscaler UI.
There is an open issue for this, but Terraform currently does not provide the functionality yet to do this automatically.
Figure out a way to automate instance refresh, or at least keep an eye on the linked issue to know when this feature becomes available.
The text was updated successfully, but these errors were encountered: