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 @@ ...@@ -2181,7 +2181,7 @@
} }
], ],
"HealthCheck":{ "HealthCheck":{
"Target":"HTTP:80/xqueue/status", "Target":"HTTP:80/xqueue/status/",
"HealthyThreshold":"3", "HealthyThreshold":"3",
"UnhealthyThreshold":"5", "UnhealthyThreshold":"5",
"Interval":"30", "Interval":"30",
...@@ -2968,18 +2968,13 @@ ...@@ -2968,18 +2968,13 @@
], ],
"Listeners":[ "Listeners":[
{ {
"LoadBalancerPort":"5672", "LoadBalancerPort":"80",
"InstancePort":"5672", "InstancePort":"80",
"Protocol":"TCP" "Protocol":"HTTP"
},
{
"LoadBalancerPort":"6163",
"InstancePort":"6163",
"Protocol":"TCP"
} }
], ],
"HealthCheck":{ "HealthCheck":{
"Target":"TCP:22", "Target":"HTTP:80/",
"HealthyThreshold":"3", "HealthyThreshold":"3",
"UnhealthyThreshold":"5", "UnhealthyThreshold":"5",
"Interval":"30", "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