Commit 22e6a5ae by Feanil Patel

Update elb security groups to allow connections to default ports.

parent 3ecbdbc5
...@@ -2709,14 +2709,12 @@ ...@@ -2709,14 +2709,12 @@
"SecurityGroupEgress":[ "SecurityGroupEgress":[
{ {
"IpProtocol":"tcp", "IpProtocol":"tcp",
"FromPort":"80", "FromPort":{
"ToPort":"80", "Ref":"EdxappServerPort"
"CidrIp":"0.0.0.0/0" },
}, "ToPort":{
{ "Ref":"EdxappServerPort"
"IpProtocol":"tcp", },
"FromPort":"443",
"ToPort":"443",
"CidrIp":"0.0.0.0/0" "CidrIp":"0.0.0.0/0"
} }
] ]
...@@ -3046,14 +3044,8 @@ ...@@ -3046,14 +3044,8 @@
"SecurityGroupEgress":[ "SecurityGroupEgress":[
{ {
"IpProtocol":"tcp", "IpProtocol":"tcp",
"FromPort":"80", "FromPort": { "Ref": "XqueueServerPort" },
"ToPort":"80", "ToPort": { "Ref": "XqueueServerPort" },
"CidrIp":"0.0.0.0/0"
},
{
"IpProtocol":"tcp",
"FromPort":"443",
"ToPort":"443",
"CidrIp":"0.0.0.0/0" "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