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 @@ ...@@ -1786,10 +1786,17 @@
"Ref":"WebServerPort" "Ref":"WebServerPort"
}, },
"Protocol":"HTTP" "Protocol":"HTTP"
},
{
"LoadBalancerPort":"443",
"InstancePort":{
"Ref":"WebServerPort"
},
"Protocol":"HTTP"
} }
], ],
"HealthCheck":{ "HealthCheck":{
"Target":"TCP:22", "Target":"HTTP:80;/heartbeat",
"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