MultiCloud Classroom notes 05/Jul/2025

Load Balancing contd..

Lab setup

  • AWS Create a vpc with two public subnets atleast
  • Lets build two vms with a website infinity
  • inifinity – website1
sudo apt update
sudo apt install nginx -y
sudo apt install unzip
cd /tmp/
wget https://www.tooplate.com/zip-templates/2117_infinite_loop.zip
unzip 2117_infinite_loop.zip
cd 2117_infinite_loop/
sudo mkdir /var/www/html/infinity
sudo cp -r . /var/www/html/infinity/

  • other 2 with website vision

Load Balancing w.r.t Network

  • AWS has 3 types of Load Balancers
    • Network LoadBalancer: This operates at layer 4
    • Application Load Balancer: This operates at Layer 7
    • Classic Load Balancer:
      • Not Recommended to use supports both layer 4 and layer 7
  • AWS Also has a Gateway Loadbalancer

Layer 4: Network LB

  • Refer Here for official docs
  • Watch classroom recording for guided creation

Layer 7: Application LB

  • Refer Here for Application LB Docs.
  • Watch classroom recording for guided creation

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a ReplyCancel reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Please turn AdBlock off
Animated Social Media Icons by Acurax Responsive Web Designing Company

Discover more from Direct DevOps from Quality Thought

Subscribe now to keep reading and get access to the full archive.

Continue reading

Exit mobile version
%%footer%%