Disable dynamic routing to allow for proper healthchecks

This commit is contained in:
2020-05-02 01:02:28 -04:00
parent b93240f992
commit bec4209232
2 changed files with 4 additions and 2 deletions

View File

@ -37,6 +37,8 @@ Resources:
NlbTargetGroup:
Type: AWS::ElasticLoadBalancingV2::TargetGroup
Properties:
HealthCheckProtocol: TCP
HealthCheckPort: 80
Port: 7777
Protocol: TCP_UDP
TargetGroupAttributes: