@modamod wrote:
I am hosting an application on AWS, and I have a bastion host which runs HAproxy to send requests to internal app components, and in front of the bastion hosts(2 in my case and each is running haproxy) there is a Elastic loadbalancer that sends HTTP health checks to bastion hosts. The issue is those health checks do not really reflect the status of bastion hosts neither the status of HAproxy but the application as well. Is there a way, without configuring a local web backend on bastion host, to make HAproxy send http response to the loadbalancer independently from the application running on internal components?
Posts: 1
Participants: 1