Commit d46c3fbe by Fred Smith

Merge pull request #886 from edx/derf/enable-outbound-http-on-admin-vpc

allow outbound traffic to http hosts (for apt-get)
parents 1320390a 02c5e6af
...@@ -711,6 +711,11 @@ ...@@ -711,6 +711,11 @@
}, },
{ {
"IpProtocol":"tcp", "IpProtocol":"tcp",
"ToPort":"80",
"CidrIp":"0.0.0.0/0"
},
{
"IpProtocol":"tcp",
"FromPort":{ "Ref": "JenkinsServerPort" }, "FromPort":{ "Ref": "JenkinsServerPort" },
"ToPort":{ "Ref": "JenkinsServerPort" }, "ToPort":{ "Ref": "JenkinsServerPort" },
"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