Skip to content

Commit 6a387be

Browse files
committed
Windows boxes seem to take even longer to start
1 parent 7c0d112 commit 6a387be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

terraform/asg-win64.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ resource "aws_autoscaling_policy" "winprod-mixed" {
102102
autoscaling_group_name = aws_autoscaling_group.winprod-mixed.name
103103
name = "cpu-tracker"
104104
policy_type = "TargetTrackingScaling"
105-
estimated_instance_warmup = local.grace_period + 30
105+
estimated_instance_warmup = local.grace_period + 60
106106
target_tracking_configuration {
107107
predefined_metric_specification {
108108
predefined_metric_type = "ASGAverageCPUUtilization"

0 commit comments

Comments
 (0)