4. Assignment: Configuring HAProxy Load Balancer (HTTP Only)

Опубликовано: 01 Август 2026
на канале: Chisom
10
1

In this assignment, I created 3 EC2 instances;
haproxy-server acts as a load balancer and reverse proxy, routing incoming HTTP requests to the two web servers (server-1 and server-2).
The web servers (server-1 and server-2) are configured so that only the haproxy-server can access them.

More details about the assignment on GitHub:
[]https://github.com/chieoms/devops_cla...]