Commit a0465367 by e0d

Merge pull request #37 from edx/feature/sef/refarch-gitproto

cloudformation: open tcp/9418 for git
parents bde0bee9 931282d3
...@@ -1316,6 +1316,12 @@ ...@@ -1316,6 +1316,12 @@
"CidrIp":{ "CidrIp":{
"Ref":"SSHLocation" "Ref":"SSHLocation"
} }
},
{
"IpProtocol":"tcp",
"FromPort":"9418",
"ToPort":"9418",
"CidrIp":"0.0.0.0/0"
} }
], ],
"SecurityGroupEgress":[ "SecurityGroupEgress":[
...@@ -1338,6 +1344,12 @@ ...@@ -1338,6 +1344,12 @@
"CidrIp":{ "CidrIp":{
"Ref":"SSHLocation" "Ref":"SSHLocation"
} }
},
{
"IpProtocol":"tcp",
"FromPort":"9418",
"ToPort":"9418",
"CidrIp":"0.0.0.0/0"
} }
] ]
} }
...@@ -3123,7 +3135,7 @@ ...@@ -3123,7 +3135,7 @@
"Endpoint.Address" "Endpoint.Address"
] ]
}, },
"'\n", "',\n",
" 'PORT': '", " 'PORT': '",
{ {
"Fn::GetAtt":[ "Fn::GetAtt":[
......
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