Commit af1ad7c9 by Feanil Patel

Merge pull request #144 from edx/feanil/template_update

Fix health checks and update Xserver ELB.
parents bb379308 388aab62
......@@ -2181,7 +2181,7 @@
}
],
"HealthCheck":{
"Target":"HTTP:80/xqueue/status",
"Target":"HTTP:80/xqueue/status/",
"HealthyThreshold":"3",
"UnhealthyThreshold":"5",
"Interval":"30",
......@@ -2968,18 +2968,13 @@
],
"Listeners":[
{
"LoadBalancerPort":"5672",
"InstancePort":"5672",
"Protocol":"TCP"
},
{
"LoadBalancerPort":"6163",
"InstancePort":"6163",
"Protocol":"TCP"
"LoadBalancerPort":"80",
"InstancePort":"80",
"Protocol":"HTTP"
}
],
"HealthCheck":{
"Target":"TCP:22",
"Target":"HTTP:80/",
"HealthyThreshold":"3",
"UnhealthyThreshold":"5",
"Interval":"30",
......
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