From d1c017c086692f2dc8e55ee24aefd558e7d3fc1c Mon Sep 17 00:00:00 2001 From: dzikafoczka Date: Sat, 21 Dec 2024 10:47:55 +0100 Subject: [PATCH] autoscaling --- autoscaling.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoscaling.py b/autoscaling.py index e456b7b..9326edd 100644 --- a/autoscaling.py +++ b/autoscaling.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,