reverting security group ssl port change

This commit is contained in:
2020-04-29 02:49:37 +01:00
parent b11bf3337f
commit dd90c2dcc4
2 changed files with 6 additions and 2 deletions

View File

@@ -4,6 +4,6 @@ Resources:
Properties:
GroupId: { "Fn::GetAtt": ["AWSEBSecurityGroup", "GroupId"] }
IpProtocol: tcp
ToPort: 444
FromPort: 444
ToPort: 443
FromPort: 443
CidrIp: 0.0.0.0/0