HARSH VIGcloudctrl.hashnode.dev·Dec 22, 2024Elastic load balancing, Messaging and QueuingHey, tech enthusiasts! Today, I want to narrate my experience with some of the most amazing AWS services that have really changed my views on distributed systems. So grab your favorite beverage, and let's get going! The Traffic Conductor: Elastic Loa...sws
Chandra Prakash Reddydevopstour.hashnode.dev·Dec 10, 2024AWS Load Balancing { Part - II }Target groups Target Groups use the protocol and port number you provide to route requests to registered targets, like EC2 instances. A target can be assigned to more than one target group. Every target group can have a health check set up. All t...AWS TourAWS
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
OBULIPURUSOTHAMAN Kobulipurusothaman.hashnode.dev·Oct 30, 2024Scaling & Data ReplicationFault (Vs) Failure : Fault is the CAUSE , Failure is the EFFECT Fault Tolerance – It will replicates the server , if any one of the server fails also the other replicated server will give the Response to the Customer . it will applicable for DB as we...Fault Vs Failure
ALI MASIU ZAMAdevopstoolbatch8.hashnode.dev·Oct 29, 2024AWS Elastic Load Balancer (ELB) - (08) — Day 24Table of contents What is ELB? Benefits of ELB: Implementing ELB: Best Practices Design for Redundancy and Fault Tolerance Leverage Health Checks and Auto Scaling Optimize for Performance Implement Security Measures Monitor and Analyze Wh...33 readsAWS
Mr DevSecOpscloudprojects.hashnode.dev·Oct 20, 2024Exploring AWS ALB Path-Based Routing for Improved Traffic ManagementWhen it comes to your HTTP and HTTPS-based application infrastructure, the load balancer is one of the significant components. The Application Load Balancer, launched in 2016, supports content-based routing, works well for serverless and container-ba...AWS
Anshul Tiwaricsanshul.hashnode.dev·Sep 27, 2024AWS Outage : Cloud VulnerabilityImpacted Services: Elastic Load Balancer (ELB), Elastic Container Services and other services that were dependent on ELB. Root Cause: A change in network configuration caused accumulation of registration and de-registration events for load balancers ...Vulnerability Assessment in Cloud
Sahil Kaushalsahilkaushal.hashnode.dev·Aug 23, 2024Day 41 : Setting up an Application Load Balancer with AWS EC2What is Load Balancing? Load Balancing is a technique used to distribute incoming network traffic across multiple servers. This ensures no single server becomes overwhelmed, which helps improve the availability and reliability of your applications. L...Devops articles
Ritik Guptaritikguptablogs.hashnode.dev·Aug 14, 2024Identifying Unutilized Elastic Load Balancers in AWS to Save Costs Using PowerShellIn the dynamic world of cloud computing, managing costs is a key priority for any organization. AWS provides powerful services that can scale and adapt to meet various business needs. However, as these services evolve and infrastructure changes, reso...11 likesAWS Elastic Load Balancer
Jaswanth kumarjaswanthkumar.hashnode.dev·Aug 5, 2024Different types of Load Balancers in AWSIn AWS , there are 4 types of load balancers you can use, each designed to address different use cases and requirements. Application Load Balancer (ALB) Layer: Operates at the Application Layer (Layer 7). Use Case: Ideal for routing HTTP and HTTPS...AWS