Saturday, 23 March 2024

Config Load Balancer on AWS for multi servers

1. Create Balancer

- Name, Schema (http/https), port 80 for http, 443 for https

2. Config Listeners

- Add listeners with port and protocol http/https

3. Create target group

- Create a target group for multi servers

- Add servers into target group by using their IPs

4. Config Health checks

- Config health checks to assert servers working

5. Config Routing

- Config routing to direct traffics from load balancer to target group, you already create.

6. Config DNS

- Config DNS of your domain point to IP of load balancer.

7. Check and Deploy 

Thank you.

No comments:

Post a Comment

Golang Advanced Interview Q&A