Commit 2c9ae754 by John Jarvis

Merge pull request #965 from edx/jarv/add-rabbit-bastion-outbound

add egress rule to support connections to rabbit management from the bas...
parents fa4468ea 14867548
......@@ -2875,6 +2875,12 @@
},
{
"IpProtocol":"tcp",
"FromPort":"15672",
"ToPort":"15672",
"CidrIp": { "Fn::Join": ["", ["10.", { "Ref": "ClassB" }, { "Fn::FindInMap": [ "SubnetConfig", "VPC", "CIDR"]}]]}
},
{
"IpProtocol":"tcp",
"FromPort":"80",
"ToPort":"80",
"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