TCP Elastic Load Balancer health checks on a TLS Nginx and a nodejs cluster.
Introduction
This is going to be a quick spew of code and configuration snippets. If you put it all together it might help you.
The Setup
- A process listening on a port that needs to be clustered on a host.
- A series of hosts running Nginx in front of the ...