Siddhesh PrabhugaonkarforCloud Authoritycloud-authority.com·Jan 7, 2025Application Load Balancer in AWS using TerraformIntroduction Here is a scenario for implementing ALB in AWS using Terraform Create ALB using terraform and select all its dependencies Access different components of an app, for example, vote app running on private instance using ALB. Ensure runni...Terraform
Munilakshmi G J100daysdevops.hashnode.dev·Jan 2, 2025Day 68 of 100 Days : All About AWS Load BalancersIn the realm of cloud computing and DevOps, load balancing plays a pivotal role in ensuring high availability, fault tolerance, and efficient distribution of incoming traffic across multiple servers. Today, let’s dive into AWS Load Balancers—their ty...Load Balancing
Chinnayya Chinthaelb.hashnode.dev·Dec 20, 2024Classic Load Balancer (CLB)The Classic Load Balancer (CLB) is an AWS service that provides basic load balancing capabilities for EC2 instances and is designed to operate at both the Application Layer (Layer 7) and Transport Layer (Layer 4) of the OSI model. It supports routing...clb
Chinnayya Chinthaelb.hashnode.dev·Dec 19, 2024Application Load Balancer (ALB)An Application Load Balancer (ALB) is an AWS service that operates at the Application Layer (Layer 7) of the OSI model. It is designed to route and distribute HTTP, HTTPS, and WebSocket traffic to targets such as EC2 instances, containers, Lambda fun...26 readsELB
Yashraj Garnayakdisarj.hashnode.dev·Dec 17, 2024How to Create Path-Based Redirects for AWS Application Load Balancer 🌐What are Path-Based Redirects? 🤔 Path-based redirects allow you to route specific traffic to different servers or target groups based on the URL path. For example: Traffic to / (home page) can be sent to one group of servers. Traffic to /test (tes...AWS#PathBasedRouting
Jaydeep Duttajaydeep2022.hashnode.dev·Dec 15, 2024Application Load Balancer (ALB) on AWSApplication Load Balancer (ALB) on AWS An Application Load Balancer (ALB) is a fully managed Layer 7 load balancer service provided by AWS (Amazon Web Services). It operates at the application layer of the OSI model (Layer 7), which allows it to inte...10 likesAWS
KALPESH MOHANTAkalpeshblog.hashnode.dev·Dec 2, 2024AWS Elastic Load Balancer (ELB)ELB distributes incoming network traffic across multiple servers. Primary purpose: Optimize resource use Enhance application performance Ensure high availability by preventing any single server from becoming overwhelmed with too many requests. ...AWS
Abishek Kafledevops.abisec.xyz·Dec 1, 2024Setting Up an Application Load Balancer for an EC2 InstanceTasks Set up an Application Load Balancer named xfusion-alb. Create a target group named xfusion-tg. Create a security group named xfusion-sg to open port 80 for the public. Attach this security group to the ALB. Configure the ALB to route traff...Cloud PlatformsAWS
Amulyaawscloudbasics.hashnode.dev·Oct 31, 2024Understanding AWS Load Balancers: ALB vs NLB vs GWLBLoad balancers are crucial components in modern cloud architecture, helping distribute traffic across multiple servers to ensure high availability and reliability. AWS offers three types of load balancers, each designed for specific use cases. In thi...AWSAWS
Gedion Danielblog.gediondaniel.dev·Oct 28, 2024AWS Cross-Zone Load BalancingHey there! So, let’s talk about a cool feature on AWS that makes our apps faster and more reliable—AWS Cross-Zone Load Balancing. If you’ve been working with web servers and trying to balance loads across them, you know that load balancing can make o...AWS