Nikhil Yadavnikhil-blogs.hashnode.devΒ·Mar 31, 2024Day 41: Setting up an Application Load Balancer with AWS EC2What is Load Balancing? Load balancing is the distribution of workloads across multiple servers to ensure consistent and optimal resource utilization. It is an essential aspect of any large-scale and scalable computing system, as it helps you to impr...DiscussΒ·54 reads#90daysofdevops
Siri Chandanairis1919.hashnode.devΒ·Jan 30, 2024Day41: Setting up an Application Load Balancer with AWS EC2 π βWhat is Load Balancer? A load balancer acts as the βtraffic copβ sitting in front of your servers and routing client requests across all servers capable of fulfilling those requests in a manner that maximizes speed and capacity utilization and ensure...Discuss#90daysofdevops
Unnati Guptadevunnatig.hashnode.devΒ·Jan 2, 2024Elastic Load Balancer (ELB) in AWS π β#90daysofdevopschallenge #day41 What is ELB in AWS? AWS provides one feature ELB which is used to manage Load on AWS. It automatically distributes your incoming traffic across multiple targets like AWS EC2 Instances, containers, and IP addresses, in ...DiscussΒ·1 likeΒ·29 reads#90daysofdevops
Gopal Gautamgopalgtm.hashnode.devΒ·Oct 9, 2023Day 41 - Terraform with AWSAWS CLI installed AWS CLI (Amazon Web Services Command Line Interface) is a command-line tool provided by Amazon Web Services to interact with various AWS services and manage your AWS resources from your local terminal or command prompt. With the AWS...Discuss#day 41
Biswaraj Sahoobiswaraj333.hashnode.devΒ·Aug 21, 2023DevOps(Day-41) : Setting up an Application Load Balancer with AWS EC2 π βTABLE OF CONTENTS What is Load Balancing? Elastic Load Balancing (ELB) Task 1: Spin up two Apache web servers Task 2: Create an Application Load Balancer What is Load Balancing? Load balancing is the utility which provides application stability...DiscussAWS