Skip to content

Commit f8f0ae2

Browse files
author
Matthew Fisher
committed
Merge pull request #1093 from smothiki/smothiki-fix-ec2-deis-template
fix(router): Add configuration Ingress8000 in deis template for EC2
2 parents 942881f + a930b0d commit f8f0ae2

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

contrib/ec2/deis.template

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,14 @@
114114
}
115115
}
116116
},
117+
"Ingress8000": {
118+
"Type": "AWS::EC2::SecurityGroupIngress",
119+
"Properties": {
120+
"GroupName": {"Ref": "DeisSecurityGroup"}, "IpProtocol": "tcp", "FromPort": "8000", "ToPort": "8000", "SourceSecurityGroupId": {
121+
"Fn::GetAtt" : [ "DeisSecurityGroup", "GroupId" ]
122+
}
123+
}
124+
},
117125
"Ingress5432": {
118126
"Type": "AWS::EC2::SecurityGroupIngress",
119127
"Properties": {

0 commit comments

Comments
 (0)