From aca55472936589826955642ac5ef0b4f3e96951a Mon Sep 17 00:00:00 2001 From: dzikafoczka Date: Fri, 20 Dec 2024 21:10:02 +0100 Subject: [PATCH] lb2 --- lb2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lb2.py b/lb2.py index 0bb688b..a5a022a 100644 --- a/lb2.py +++ b/lb2.py @@ -187,7 +187,7 @@ def create_target_group(elbv2_client, vpc_id): Port=8080, VpcId=vpc_id, TargetType='instance', - IpAdressType='ipv4', + IpAddressType='ipv4', HealthCheckProtocol='HTTP', HealthCheckPort='8080', HealthCheckPath='/factor/6',