Commit bb379308 by Feanil Patel

Merge pull request #142 from edx/feanil/cloudformation_updates

Feanil/cloudformation updates
parents 35a2b834 470dd4aa
......@@ -2181,19 +2181,19 @@
}
],
"HealthCheck":{
"Target":"TCP:22",
"Target":"HTTP:80/xqueue/status",
"HealthyThreshold":"3",
"UnhealthyThreshold":"5",
"Interval":"30",
"Timeout":"5"
},
"Subnets":[
{
"Ref":"XqueueSubnet01"
},
{
"Ref":"XqueueSubnet02"
}
{
"Ref":"PublicSubnet01"
},
{
"Ref":"PublicSubnet02"
}
]
}
},
......@@ -2255,6 +2255,12 @@
"FromPort":"80",
"ToPort":"80",
"CidrIp":"0.0.0.0/0"
},
{
"IpProtocol":"tcp",
"FromPort":"443",
"ToPort":"443",
"CidrIp":"0.0.0.0/0"
}
]
}
......@@ -2558,7 +2564,7 @@
}
],
"HealthCheck":{
"Target":"TCP:22",
"Target":"TCP:5672",
"HealthyThreshold":"3",
"UnhealthyThreshold":"5",
"Interval":"30",
......@@ -2643,14 +2649,28 @@
},
{
"IpProtocol":"tcp",
"FromPort":"0",
"ToPort":"65535",
"FromPort":"5672",
"ToPort":"5672",
"SourceSecurityGroupId" : {
"Ref" : "RabbitMQServerSecurityGroup"
"Ref" : "XqueueServerSecurityGroup"
}
},
{
"IpProtocol":"tcp",
"FromPort":"6163",
"ToPort":"6163",
"SourceSecurityGroupId" : {
"Ref" : "XqueueServerSecurityGroup"
}
},
{
"IpProtocol":"tcp",
"FromPort":"0",
"ToPort":"65535",
"CidrIp":"10.0.0.0/16"
},
{
"IpProtocol":"tcp",
"FromPort":"15672",
"ToPort":"15672",
"SourceSecurityGroupId" : {
......
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