Commit ac340821 by Feanil Patel

Fix rabbit security groups and add Bastion access to the admin web app.

parent 165feed1
......@@ -2630,7 +2630,7 @@
"FromPort":"5672",
"ToPort":"5672",
"SourceSecurityGroupId" : {
"Ref" : "RabbitMQServerSecurityGroup"
"Ref" : "RabbitMQELBSecurityGroup"
}
},
{
......@@ -2646,7 +2646,15 @@
"FromPort":"0",
"ToPort":"65535",
"SourceSecurityGroupId" : {
"Ref" : "RabbitMQELBSecurityGroup"
"Ref" : "RabbitMQServerSecurityGroup"
}
},
{
"IpProtocol":"tcp",
"FromPort":"15672",
"ToPort":"15672",
"SourceSecurityGroupId" : {
"Ref" : "BastionSecurityGroup"
}
}
]
......
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