Commit b42fd2aa by Feanil Patel

Update the edxapp cloudformation template.

  - Add SSL forwarding to the Loadbalancer.
  - Perform the health check against the server's heartbeat page.
parent 6146b55f
......@@ -1786,10 +1786,17 @@
"Ref":"WebServerPort"
},
"Protocol":"HTTP"
},
{
"LoadBalancerPort":"443",
"InstancePort":{
"Ref":"WebServerPort"
},
"Protocol":"HTTP"
}
],
"HealthCheck":{
"Target":"TCP:22",
"Target":"HTTP:80;/heartbeat",
"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