removing default security group config

This commit is contained in:
2020-05-01 19:59:58 +01:00
parent ab6d220f8c
commit 2281dd34fd

View File

@@ -1,9 +1,9 @@
Resources:
sslSecurityGroupIngress:
Type: AWS::EC2::SecurityGroupIngress
Properties:
GroupId: { "Fn::GetAtt": ["AWSEBSecurityGroup", "GroupId"] }
IpProtocol: tcp
ToPort: 443
FromPort: 443
CidrIp: 0.0.0.0/0
# Resources:
# sslSecurityGroupIngress:
# Type: AWS::EC2::SecurityGroupIngress
# Properties:
# GroupId: { "Fn::GetAtt": ["AWSEBSecurityGroup", "GroupId"] }
# IpProtocol: tcp
# ToPort: 443
# FromPort: 443
# CidrIp: 0.0.0.0/0