Skip to content

Commit fddb6aa

Browse files
committed
fix: increase ALB idle timeout
1 parent b0d4ad2 commit fddb6aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ecs-infra/alb.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource "aws_lb" "alb" {
55
name = "${var.environment}-${var.app}-alb"
66
load_balancer_type = "application"
77
subnets = var.vpc.subnet_ids.public
8-
idle_timeout = 60
8+
idle_timeout = 600
99
security_groups = [aws_security_group.lb.id]
1010
internal = false
1111
enable_deletion_protection = true

0 commit comments

Comments
 (0)