autoscaling
This commit is contained in:
parent
5a2567ca78
commit
d1c017c086
@ -186,7 +186,7 @@ def create_target_group(elbv2_client, vpc_id):
|
|||||||
IpAddressType='ipv4',
|
IpAddressType='ipv4',
|
||||||
HealthCheckProtocol='HTTP',
|
HealthCheckProtocol='HTTP',
|
||||||
HealthCheckPort='8080',
|
HealthCheckPort='8080',
|
||||||
HealthCheckPath='/factor/6',
|
HealthCheckPath='/factors/6',
|
||||||
HealthCheckIntervalSeconds=30,
|
HealthCheckIntervalSeconds=30,
|
||||||
HealthCheckTimeoutSeconds=5,
|
HealthCheckTimeoutSeconds=5,
|
||||||
HealthyThresholdCount=3,
|
HealthyThresholdCount=3,
|
||||||
|
Loading…
Reference in New Issue
Block a user