Commit 9ae21ac5 by e0d

Adding ingress to RabbitELB for notifier.

parent f3747817
......@@ -4149,7 +4149,13 @@
"FromPort":"6163",
"ToPort":"6163",
"SourceSecurityGroupId": { "Ref": "XqueueServerSecurityGroup" }
}
},
{
"IpProtocol":"tcp",
"FromPort":"5672",
"ToPort":"5672",
"SourceSecurityGroupId": { "Ref": "NotifierSecurityGroup" }
],
"SecurityGroupEgress":[
{
......
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