diff --git a/templates/bbb-on-aws-securitygroups.template.yaml b/templates/bbb-on-aws-securitygroups.template.yaml index 9269117..35c0a2b 100644 --- a/templates/bbb-on-aws-securitygroups.template.yaml +++ b/templates/bbb-on-aws-securitygroups.template.yaml @@ -88,6 +88,7 @@ Resources: BBBECSSecurityGroupPublicHTTP: Type: AWS::EC2::SecurityGroupIngress + Condition: BBBScalableEnvironment Properties: CidrIp: 0.0.0.0/0 IpProtocol: tcp @@ -294,4 +295,4 @@ Outputs: BBBSharedStorageSecurityGroup: Condition: BBBScalableEnvironment Description: A reference to the created Security Group for the SharedStorage - Value: !Ref BBBSharedStorageSecurityGroup \ No newline at end of file + Value: !Ref BBBSharedStorageSecurityGroup