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,