New SSL Scripts

This commit is contained in:
Patrick Fic
2020-04-13 21:36:48 -07:00
parent d55355dac5
commit 4e7b834673
8 changed files with 187 additions and 127 deletions

View File

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