From 6acf8fc5f945e2d43dcc9895a44907c726f201f7 Mon Sep 17 00:00:00 2001 From: ryanmurakami Date: Mon, 23 Nov 2020 21:50:37 -0700 Subject: [PATCH] updating cf template --- cloudformation/pizza.template | 8 -------- 1 file changed, 8 deletions(-) diff --git a/cloudformation/pizza.template b/cloudformation/pizza.template index 9acd651..3eb0e4e 100644 --- a/cloudformation/pizza.template +++ b/cloudformation/pizza.template @@ -152,16 +152,8 @@ "Type": "AWS::ElasticLoadBalancingV2::TargetGroup", "DependsOn": "PizzaVPCGatewayAttachment", "Properties": { - "HealthCheckEnabled": true, - "HealthCheckIntervalSeconds": 30, - "HealthCheckPath": "/", - "HealthCheckPort": "3000", - "HealthCheckProtocol": "HTTP", - "HealthCheckTimeoutSeconds": 5, - "HealthyThresholdCount": 10, "Port": 3000, "Protocol": "HTTP", - "UnhealthyThresholdCount": 2, "VpcId": { "Ref": "PizzaVPC" } } },