terraform-ecs-autoscale-alb
terraform-ecs-autoscale-alb copied to clipboard
Scales down instances when memory utilization high
https://github.com/jch254/terraform-ecs-autoscale-alb/blob/0e6890c61f96552dbaca51fab3e25631edcc748d/base-infra/modules/ecs-instances/main.tf#L115
Should be scale_up
. Currently scales down when memory utilization is high.
@vadixidav keen to open a PR? I plan to upgrade this to use Terraform 0.12 so will fix as a part of that upgrade otherwise. Cheers for spotting!