From 8e30e314be38a87d796b979e090042fd92ffa165 Mon Sep 17 00:00:00 2001 From: Bradley Lunsford Date: Mon, 2 Sep 2024 22:37:04 -0700 Subject: [PATCH] dropping out the ingress rule for the ALBSecurityGroup This will be added by the unity-proxy terraform post-install --- cloudformation-template/unity-mc.main.template.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/cloudformation-template/unity-mc.main.template.yaml b/cloudformation-template/unity-mc.main.template.yaml index af2a4f6..5cb91de 100644 --- a/cloudformation-template/unity-mc.main.template.yaml +++ b/cloudformation-template/unity-mc.main.template.yaml @@ -629,11 +629,6 @@ Resources: Properties: GroupDescription: Security group for unity management console load balancer VpcId: !Ref VPCID - SecurityGroupIngress: - - IpProtocol: tcp - FromPort: !Ref Port - ToPort: !Ref Port - CidrIp: 0.0.0.0/0 Tags: - Key: Venue Value: !Ref Venue