After setting up DNS with Route 53 and launching his first EC2-based website, Arjun was feeling confident—until one morning, his manager dropped a new challenge: “Our traffic is growing. We need our app to scale better. Can you look into load balanc...
Setting up a Virtual Private Cloud (VPC) in AWS is essential for building a secure and scalable cloud infrastructure. In this blog, we'll walk through the step-by-step process of creating a VPC with two availability zones, public and private subnets,...
When I think of running a Microservice on AWS, the first thing that comes to my mind is an Architecture that is scalable, highly available, and secure. The AWS Services that would help me with my requirements should definitely include a combination o...
Hey, 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...
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...
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...
Fault (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...
Table 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...
When 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...
Impacted 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 ...