Architecture of Network Load Balancer
Load Balancer
AWS Network Load Balancer
Launch instance from template :-
Created instances from template :-
Create Network Load Balancer (NLB) :-
1. Do some basic configuration, as shown below
2. Configure Network
3. Add Security group that conatin HTTP(S)
80/tcp port
4. Attach or create Target Group To Network Load Balancer (NLB)
Note :- While creating Target Group, select TCP Protocol that
used with Network Load Balancer.
Network Load Balancer Create successfully :-
Created Target Group :-
Access web page on browser using DNS of Load Balancer
to test NLB :-
If you try to refresh the page, it will stick to one instance
because the Round Robin (RR) algorithm does not work in
NLB.