Commit 22e6a5ae by Feanil Patel

Update elb security groups to allow connections to default ports.

parent 3ecbdbc5
......@@ -2709,14 +2709,12 @@
"SecurityGroupEgress":[
{
"IpProtocol":"tcp",
"FromPort":"80",
"ToPort":"80",
"CidrIp":"0.0.0.0/0"
},
{
"IpProtocol":"tcp",
"FromPort":"443",
"ToPort":"443",
"FromPort":{
"Ref":"EdxappServerPort"
},
"ToPort":{
"Ref":"EdxappServerPort"
},
"CidrIp":"0.0.0.0/0"
}
]
......@@ -3046,14 +3044,8 @@
"SecurityGroupEgress":[
{
"IpProtocol":"tcp",
"FromPort":"80",
"ToPort":"80",
"CidrIp":"0.0.0.0/0"
},
{
"IpProtocol":"tcp",
"FromPort":"443",
"ToPort":"443",
"FromPort": { "Ref": "XqueueServerPort" },
"ToPort": { "Ref": "XqueueServerPort" },
"CidrIp":"0.0.0.0/0"
}
]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment