This commit is contained in:
dzikafoczka 2024-12-20 22:29:22 +01:00
parent 021c242142
commit d7bcc0860a

2
lb2.py
View File

@ -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,