Skip to content

Commit

Permalink
Adding more time to health check and modifying SG for load balancer
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Elhaiek committed Apr 10, 2024
1 parent b781c97 commit 2db5792
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/alb.tf
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ resource "aws_lb_target_group" "ecs_target" {
healthy_threshold = 4
unhealthy_threshold = 2
matcher = "200" // Expect a 200 OK response for a healthy status
timeout = 120
timeout = 110
}
}

Expand Down

0 comments on commit 2db5792

Please sign in to comment.