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. ...DiscussAWS
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...DiscussCloud 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...DiscussAWSAWS
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...DiscussAWS
Prathamesh Bhongaleprathameshbhongale.hashnode.dev·Oct 22, 2024Using AWS Application Load Balancer as an Ingress Controller for EKS Clusters: A Comprehensive GuideIntroduction Amazon Elastic Kubernetes Service (EKS) provides various options for routing external traffic to your applications. The AWS Application Load Balancer (ALB) Ingress Controller offers a powerful, cost-effective way to manage incoming traff...DiscussEKS
Shraddha Suryawanshiterraform-handson-projects.hashnode.dev·Sep 24, 2024Cont. Various ALB Routing Types of Listeners with CodeApplication Load Balancer (ALB) listener rules are essential for routing traffic to appropriate targets based on conditions such as path, headers, IP, and host. These rules provide fine-grained control over how traffic is handled. Below, I’ll walk th...Discussalblisterner
Abhishek Jindedevops-learning-journey.hashnode.dev·Sep 21, 2024Mastering Load Balancers: The Key to Scalability and High Availability in the Cloud 🚀In today's fast-paced digital world, where even a few seconds of downtime can lead to lost customers, ensuring high availability and reliability of applications is more important than ever. 💻 This is where load balancers come into play. They are the...DiscussAWS
Shraddha Suryawanshistudywise.hashnode.dev·Aug 21, 2024Automating Application Load Balancer Management: Creation, Scheduling, and Management Using Lambda and EventBridgeIntroduction This blog provides a guide for creating, managing, and automating an Application Load Balancer (ALB) using AWS services. We will cover the creation of an ALB, the scheduling of its start and stop times using AWS EventBridge, and the mana...DiscussAWS
Omkaromkarlukar.hashnode.dev·Aug 11, 2024🚀 Automating Deployment to Amazon ECS with GitHub ActionsAs a DevOps engineer, I recently had the chance to work on a project that required setting up a fully automated CI/CD pipeline for a Node.js web application. This post will walk you through how I set up the GitHub Actions workflow to build, deploy, a...DiscussDocker
RAKESH DUTTAdailydoseindevops.hashnode.dev·Jul 12, 2024Brief on AWS Load Balancer 🌥️ ⚖️ !!Load balancers prevent servers from getting overloaded by managing their workload. This speeds up cloud services, improves response times, and ensures stability. They analyze why workloads might become uneven and use methods like physical or virtual ...DiscussAWS Buddy to Bronlb