From dcd3da5e470250f7a71d35627d1e892821eba206 Mon Sep 17 00:00:00 2001 From: shockrah Date: Tue, 27 Dec 2022 21:06:20 -0800 Subject: [PATCH] Removing custom health check for now --- infra/load-balancer.tf | 6 ------ 1 file changed, 6 deletions(-) diff --git a/infra/load-balancer.tf b/infra/load-balancer.tf index 4a65d7e..3d382d2 100644 --- a/infra/load-balancer.tf +++ b/infra/load-balancer.tf @@ -23,12 +23,6 @@ resource "aws_lb_target_group" "alpha_cluster" { protocol = "HTTP" target_type = "ip" vpc_id = aws_vpc.athens_vpc.id - health_check { - path = "/" - matcher = "200-299" - port = 80 - interval = 60 - } } resource "aws_lb_listener" "http" {