Remove health check for HttpApiTargetGroup
This commit is contained in:
		@ -180,14 +180,6 @@ Resources:
 | 
				
			|||||||
  HttpApiTargetGroup:
 | 
					  HttpApiTargetGroup:
 | 
				
			||||||
    Type: AWS::ElasticLoadBalancingV2::TargetGroup
 | 
					    Type: AWS::ElasticLoadBalancingV2::TargetGroup
 | 
				
			||||||
    Properties:
 | 
					    Properties:
 | 
				
			||||||
      HealthCheckIntervalSeconds: 30
 | 
					 | 
				
			||||||
      HealthCheckProtocol: HTTP
 | 
					 | 
				
			||||||
      HealthCheckTimeoutSeconds: 15
 | 
					 | 
				
			||||||
      HealthyThresholdCount: 2
 | 
					 | 
				
			||||||
      UnhealthyThresholdCount: 2
 | 
					 | 
				
			||||||
      Matcher:
 | 
					 | 
				
			||||||
        HttpCode: '200'
 | 
					 | 
				
			||||||
      HealthCheckPath: '/'
 | 
					 | 
				
			||||||
      Port: 7350
 | 
					      Port: 7350
 | 
				
			||||||
      Protocol: HTTP
 | 
					      Protocol: HTTP
 | 
				
			||||||
      TargetGroupAttributes:
 | 
					      TargetGroupAttributes:
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user