From d7bcc0860a4ab94f2e0bef0fed3b8b7cd985dfe4 Mon Sep 17 00:00:00 2001 From: dzikafoczka Date: Fri, 20 Dec 2024 22:29:22 +0100 Subject: [PATCH] lb2 --- lb2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lb2.py b/lb2.py index d463e2c..e158e80 100644 --- a/lb2.py +++ b/lb2.py @@ -186,7 +186,7 @@ def create_target_group(elbv2_client, vpc_id): IpAddressType='ipv4', HealthCheckProtocol='HTTP', HealthCheckPort='8080', - HealthCheckPath='/factor/6', + HealthCheckPath='/factors/6', HealthCheckIntervalSeconds=30, HealthCheckTimeoutSeconds=5, HealthyThresholdCount=3,