From 746befc94dcca9596d8104d15484fa7b04b50d74 Mon Sep 17 00:00:00 2001 From: Monjurul Haque Date: Mon, 8 Jul 2024 12:41:20 +0100 Subject: [PATCH] Debug target group deregistration --- template.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.yaml b/template.yaml index 140b1e315..5d2522631 100644 --- a/template.yaml +++ b/template.yaml @@ -528,7 +528,7 @@ Resources: ApplicationLoadBalancerTargetGroup: Type: AWS::ElasticLoadBalancingV2::TargetGroup Properties: - HealthCheckPort: "80" + HealthCheckEnabled: true HealthCheckProtocol: HTTP HealthCheckPath: /healthcheck/ Port: 80