Elastic Load Balancing

How To Create A Classic Load Balancer Using AWS CLI

How To Create A Classic Load Balancer Using AWS CLI Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Classic Load Balancer concepts. https://cloudaffaire.com/classic-load-balancer-clb/ In this blog post, we will create a Classic Load Balancer using AWS CLI. How to create a Classic Load Balancer using AWS CLI: Step 1: Create a custom VPC for your Classic Load Balancer. [crayon-651cfc6612acb572948568/] Step 2: Create two EC2 instance…

Comments Off on How To Create A Classic Load Balancer Using AWS CLI

Classic Load Balancer (CLB)

Classic Load Balancer (CLB) Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to create an internal network load balancer with static private ip address and ip as target. https://cloudaffaire.com/create-an-internal-network-load-balancer-with-static-private-ip-address/ In this blog post, we will start with the Classic Load Balancer. What Is a Classic Load Balancer? A classic load balancer distributes incoming application traffic across multiple EC2 instances in multiple Availability Zones. Your…

Comments Off on Classic Load Balancer (CLB)

Create An Internal Network Load Balancer With Static Private IP Address

Create An Internal Network Load Balancer With Static Private IP Address Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to create an internet-facing network load balancer with static public (elastic) ip address. https://cloudaffaire.com/how-to-create-an-internet-facing-network-load-balancer-with-static-public-elastic-ip-address/ In this blog post, we will discuss how to create an internal network load balancer with static private ip address and ip address as target. Create An Internal Network Load Balancer…

1 Comment

How To Create An Internet-Facing Network Load Balancer With Static Public (Elastic) IP Address

How To Create An Internet-Facing Network Load Balancer With Static Public (Elastic) IP Address Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Network Load Balancer target group's health checks. https://cloudaffaire.com/network-load-balancer-target-group-health-checks/ In this blog post, we will discuss how to create an internet-facing network load balancer with static public (elastic) ip address. How To Create An Internet-Facing Network Load Balancer With Static Public (Elastic) IP Address:…

Comments Off on How To Create An Internet-Facing Network Load Balancer With Static Public (Elastic) IP Address

Network Load Balancer Target Group Health Checks

Network Load Balancer Target Group Health Checks Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Target Groups in Network Load Balancer. https://cloudaffaire.com/network-load-balancer-target-groups/ In this blog post, we will discuss Network Load Balancer Target Groups health checks. Network Load Balancer Target Group Health Checks: Network Load Balancers use active and passive health checks to determine whether a target is available to handle requests. By default, each…

Comments Off on Network Load Balancer Target Group Health Checks

Network Load Balancer Target Groups

Network Load Balancer Target Groups Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to create a Network Load Balancer using AWS CLI. https://cloudaffaire.com/how-to-create-a-network-load-balancer-using-aws-cli/ In this blog post, we will create a Network Load Balancer Target Groups. Network Load Balancer Target Groups: What are target groups: Target group is used to route requests to one or more registered targets. When you create each listener rule,…

Comments Off on Network Load Balancer Target Groups

How To Create A Network Load Balancer Using AWS CLI

How to create a Network Load Balancer using AWS CLI Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed Network Load Balancer concepts. https://cloudaffaire.com/network-load-balancer-nlb/ In this blog post, we will create a Network Load Balancer using AWS CLI. How to create a Network Load Balancer using AWS CLI: Step 1: Create a custom VPC for your Network Load Balancer. [crayon-651cfc66146a2571260116/] Step 2: Create two EC2 instance…

Comments Off on How To Create A Network Load Balancer Using AWS CLI

Network Load Balancer (NLB)

Network Load Balancer (NLB) Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed how to enable access logs in ALB. https://cloudaffaire.com/how-to-configure-access-logs-in-application-load-balancer/ In this blog post, we will start with Network Load Balancer. What is Network Load Balancer? A Network Load Balancer functions at the fourth layer of the Open Systems Interconnection (OSI) model. It can handle millions of requests per second. After the load balancer receives…

Comments Off on Network Load Balancer (NLB)

How To Configure Access Logs In Application Load Balancer

How To Configure Access Logs In Application Load Balancer Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed sticky sessions in Application Load Balancer. https://cloudaffaire.com/how-to-configure-sticky-sessions-in-application-load-balancer/ In this blog post, we will discuss Access Logs in Application Load Balancer. How To Configure Access Logs In Application Load Balancer: What is Access Logs? Elastic Load Balancing provides access logs that capture detailed information about requests sent to your…

1 Comment

How To Configure Sticky Sessions In Application Load Balancer

How To Configure Sticky Sessions In Application Load Balancer Hello Everyone Welcome to CloudAffaire and this is Debjeet. In the last blog post, we have discussed the Application Load Balancer Target Groups health check. https://cloudaffaire.com/application-load-balancer-target-groups-health-checks/ In this blog post, we will discuss sticky sessions in Application Load Balancer. How To Configure Sticky Sessions In Application Load Balancer: What is Sticky Sessions? Sticky sessions are a mechanism to route requests to the same target in…

3 Comments