Skip to content

Commit

Permalink
Update autoscaling.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vmuchalla authored Sep 25, 2024
1 parent 5b9bea8 commit dc5ee81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/prod/autoscaling.tf
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ resource "aws_cloudwatch_metric_alarm" "service_memory_high" {
metric_name = "MemoryUtilization"
namespace = "AWS/ECS"
period = "30"
statistic = "Average"
statistic = ""Maximum"
threshold = "75"
dimensions = {
Expand Down

0 comments on commit dc5ee81

Please sign in to comment.