Lab 3 – Scaling Concepts with Multiple Instances
Learning Outcomes
- Understand horizontal scaling (multiple instances).
- See how multiple backends could sit behind a load balancer.
- Relate this to cloud load balancers (AWS, GCP, Linode).
Tasks
-
Your instructor may have deployed multiple copies of this lab portal.
Try opening the following URLs:
http://50.116.28.213:32441http://50.116.28.213:32442
-
In your notes, describe:
- What would a load balancer do if it sat in front of
32441and32442? - Give one example of a load-balancing service in AWS, GCP, or Linode.
- What would a load balancer do if it sat in front of
- Launch a second small VM in Google Cloud Compute Engine (or use an existing one). In your notes, sketch how a GCP load balancer could distribute traffic across two or more VMs, similar to the two URLs above.
-
Take a photo or screenshot of your diagram and label:
- Clients
- Load balancer
- Backend instances
Log in to track completion status for this lab.