Siddhartha Gauravsgaurav.hashnode.devΒ·Dec 6, 2024AWS Basics: Build Highly Available and Scalable Apps with ELB and ASGIntroduction When building applications in the cloud, itβs important to make them available all the time (high availability) and ready to handle more users when demand increases (scalability). AWS makes this easy with tools like Elastic Load Balancin...AWSAWS
Chandra Prakash Reddydevopstour.hashnode.devΒ·Dec 2, 2024AWS Load Balancing { Part - I }What is Elastic Load Balancing? Incoming traffic is uniformly distributed among several targets, such as EC2 instances, containers, or IP addresses, thanks to elastic load balancing. For increased redundancy and dependability, it operates across...10 likesAWS TourAWS
Siddhartha Soxyprogrammer.comΒ·Nov 2, 2024Navigating Networking Layers: The Journey of Data Through TCPIntroduction As backend engineers, we often take many things for granted without even realizing it, particularly what's happening beneath the surface. Although application programmers may not need to understand these underlying processes, architects ...10 likesΒ·76 readsNetworkingApplication Load
Santhosh Haridassaws-devops-project.hashnode.devΒ·Oct 24, 2024π Day 10: AWS Project - Classic Load Balancer & Auto Scaling Implementation πStep - by - Steps I recently completed an AWS project focusing on deploying and managing a highly available infrastructure using Classic Load Balancer and Auto Scaling. Here's the process I followed: Launched Two EC2 Instances: Configured two instan...AWS
Codefy LabsforCodefy Labs's Blogscodefylabs.hashnode.devΒ·Jun 9, 2024AWS ELB (Elastic Load Balancing)AWS Elastic Load Balancing (ELB) seamlessly manages the distribution of incoming application traffic across multiple targets, including EC2 instances, containers, and IP addresses. This essential service not only enhances fault tolerance and ensures ...10 likesΒ·28 readsAWSAWS
Luc Caocaoluc.hashnode.devΒ·Apr 16, 2024AWS Network Load BalancerAn NLB serves as the single point of contact for clients and automatically distributes the incoming traffic uniformly across multiple targets. The targets are the EC2 instances within the same or different AZs. Prerequisites: A default VPC. It is a...AWS
Rahul wathblog.aws-devops.blogΒ·Jan 21, 2024Running OpenVPN Server With ALB And NLBIn this post, weβll see how we can run our VPN server behind ALB and use NLB for Client-Server communication. This way we donβt need to associate or expose the public IP of our OpenVPN server. Step 1: Launch OpenVPN Access Server from AWS marketplac...74 readsOpenVPN
Sumit Mondalsumit007.hashnode.devΒ·Nov 22, 2023Navigating the Cloud: Unraveling the Wonders of AWS Network Load BalancingIn the ever-evolving landscape of cloud computing, businesses are continually seeking ways to optimize performance, enhance reliability, and ensure seamless user experiences. Enter AWS Network Load Balancing (NLB), a powerful tool that plays a pivota...AWS - Theorynlb
Maxat Akbanovmaxat-akbanov.comΒ·Oct 3, 2023Get started with AWS Network Load BalancerAmazon Web Services (AWS) offers a variety of load balancing services, one of which is the Network Load Balancer (NLB). The NLB operates at the fourth layer of the OSI model (the transport layer) and is designed to handle millions of requests per sec...46 readsawsAWS
Mastan mastan.hashnode.devΒ·Aug 25, 2023Load Balancing with Empathy: A Simplified Explanationπ Load Balancer Mapping: Your Website's Traffic Manager π Hi there! Imagine you're hosting a party, and guests keep arriving. You're in the kitchen, and you have several trays of snacks to serve. But, here's the catch: you want to make sure everyon...30 readsamazon_loadbalancer