removing default security group config
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
Resources:
|
# Resources:
|
||||||
sslSecurityGroupIngress:
|
# sslSecurityGroupIngress:
|
||||||
Type: AWS::EC2::SecurityGroupIngress
|
# Type: AWS::EC2::SecurityGroupIngress
|
||||||
Properties:
|
# Properties:
|
||||||
GroupId: { "Fn::GetAtt": ["AWSEBSecurityGroup", "GroupId"] }
|
# GroupId: { "Fn::GetAtt": ["AWSEBSecurityGroup", "GroupId"] }
|
||||||
IpProtocol: tcp
|
# IpProtocol: tcp
|
||||||
ToPort: 443
|
# ToPort: 443
|
||||||
FromPort: 443
|
# FromPort: 443
|
||||||
CidrIp: 0.0.0.0/0
|
# CidrIp: 0.0.0.0/0
|
||||||
|
|||||||
Reference in New Issue
Block a user