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-65680efeaa0e8642573931/] 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)