We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aca1474 commit 8c8ec64Copy full SHA for 8c8ec64
terraform/asg.tf
@@ -81,7 +81,7 @@ resource "aws_autoscaling_policy" "prod-mixed" {
81
predefined_metric_specification {
82
predefined_metric_type = "ASGAverageCPUUtilization"
83
}
84
- target_value = 75.0
+ target_value = 50.0
85
86
87
0 commit comments