Remove health check for HttpApiTargetGroup

This commit is contained in:
Layla 2019-11-03 19:15:31 -05:00
parent c5b8e2f4a2
commit 35a8d1bbc1

View File

@ -180,14 +180,6 @@ Resources:
HttpApiTargetGroup:
Type: AWS::ElasticLoadBalancingV2::TargetGroup
Properties:
HealthCheckIntervalSeconds: 30
HealthCheckProtocol: HTTP
HealthCheckTimeoutSeconds: 15
HealthyThresholdCount: 2
UnhealthyThresholdCount: 2
Matcher:
HttpCode: '200'
HealthCheckPath: '/'
Port: 7350
Protocol: HTTP
TargetGroupAttributes: