diff --git a/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml b/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml index d35757b5..038f749a 100644 --- a/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml +++ b/openvidu-deployment/pro/elastic/aws/cf-openvidu-elastic.yaml @@ -1752,7 +1752,6 @@ Resources: OpenViduMasterNodeTurnTLSToMediaNodeIngressSG: Type: AWS::EC2::SecurityGroupIngress - Condition: TurnTLSIsEnabled Properties: GroupId: !Ref OpenViduMediaNodeSG IpProtocol: tcp diff --git a/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml b/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml index 1ca6c57a..ff14ddec 100644 --- a/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml +++ b/openvidu-deployment/pro/ha/aws/cf-openvidu-ha.yaml @@ -2104,7 +2104,6 @@ Resources: OpenViduLoadBalancerTurnTLSToMediaNodeIngressSG: Type: AWS::EC2::SecurityGroupIngress - Condition: TurnTLSIsEnabled Properties: GroupId: !Ref OpenViduMediaNodeSG IpProtocol: tcp