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,