Commit 165feed1 by Feanil Patel

Allow unhindered communication within the rabbit server cluster.

parent 34c2877c
......@@ -2630,7 +2630,7 @@
"FromPort":"5672",
"ToPort":"5672",
"SourceSecurityGroupId" : {
"Ref" : "RabbitMQELBSecurityGroup"
"Ref" : "RabbitMQServerSecurityGroup"
}
},
{
......@@ -2640,6 +2640,14 @@
"SourceSecurityGroupId" : {
"Ref" : "RabbitMQELBSecurityGroup"
}
},
{
"IpProtocol":"tcp",
"FromPort":"0",
"ToPort":"65535",
"SourceSecurityGroupId" : {
"Ref" : "RabbitMQELBSecurityGroup"
}
}
]
}
......
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