Skip to content

Commit

Permalink
Merge pull request #370 from ministryofjustice/nd-624
Browse files Browse the repository at this point in the history
slighty up the autoscaling threshold to remoeve containers
  • Loading branch information
jamesgreen-moj authored Dec 17, 2024
2 parents 47322a0 + 7316c24 commit 9da492a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/dns/ecs_auto_scaling.tf
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ resource "aws_cloudwatch_metric_alarm" "ecs_cpu_alarm_low" {
namespace = "AWS/ECS"
period = "60"
statistic = "Average"
threshold = "20"
threshold = "25"

dimensions = {
ClusterName = aws_ecs_cluster.server_cluster.name
Expand Down

0 comments on commit 9da492a

Please sign in to comment.