MultiCloud Classroom notes 30/Dec/2025

Layer 7 load balancing in AWS

  • Layer 7 loadbalancers are aware of http i.e. they are aware of
    • headers
    • urls
    • domain names
  • So we can loadbalance the requests based on
    • path:
      • if path contains /orders/* forward it to orders target group
      • if path contains /cart/* forward it to cart target group
    • header:
      • if path contains /orders/* forward it to orders target group
      • if path contains /orders/* and header contains appVersion = v2 forward it to ordersv2 target group
    • name:
      • if the domain name is orders.qt.com forward to orders target group
      • if the domain is cart.qt.com forward to cart target group

Setup

  • Create an ami which serves at /analytics Refer Here and /fashion Refer Here
  • Exercise: Watch recording and reiterate what i did.

Published
Categorized as Uncategorized Tagged

By continuous learner

devops & cloud enthusiastic learner

Leave a Reply

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

Please turn AdBlock off
Social Media Integration by Acurax Wordpress Developers

Discover more from Direct DevOps from Quality Thought

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

Continue reading

Visit Us On FacebookVisit Us On LinkedinVisit Us On Youtube