Mahira Technology Private LimitedPromahiratechnology.hashnode.dev·Nov 23, 2023Creating a cloud watch dashboard for monitoring load balancer and target group in terragruntINTRODUCTION:- #Amazon CloudWatch Dashboard is a web-based service that allows users to monitor and visualize their #AWS resources and applications in real-time.In this guide, we will walk you through the process of creating a CloudWatch dashboard sp...Discussterragrunt
Anandhianandhi.hashnode.dev·Nov 21, 2023Setting up Infrastructure on AWS using TerraformVirtual Private Cloud AWS Virtual Private Cloud is commonly known as VPC which is similar to your on-premise network. It is your own isolated network in the AWS cloud associated with a specific region. Network traffic within a VPC is completely isola...DiscussAWS
bhavya bojanapallibhavyabojanapalli.hashnode.dev·Nov 20, 2023AWS Elastic Load Balancer (ELB) — Day 8What is ELB? ELB acts as a virtual traffic cop, directing incoming requests across multiple resources, ensuring optimal distribution and efficient handling of traffic. It automatically scales in response to incoming traffic while enhancing fault tole...Discuss·1 like·295 readsAWS
Pankajpmgoriya.hashnode.dev·Nov 17, 2023EC2 Automation and Setting up a Load BalancerAutomation in EC2 Amazon EC2 or Amazon Elastic Compute Cloud can give you secure, reliable, high-performance, and cost-effective computing infrastructure to meet demanding business needs. https://aws.amazon.com/ec2/ Launch template in AWS EC2: You...Discuss·3 likes·39 readsAWS
Gaiya M. Obedgaiyaobed.hashnode.dev·Nov 13, 2023Understanding the Fundamentals of Load Balancing in System DesignIntroduction An important concept in system design that plays an important role in ensuring scalability, performance, and reliability is load balancing. As applications and services grow in complexity and user base, properly distributing incoming tra...DiscussLoad Balancer
Samson Oladipooladipo.hashnode.dev·Nov 12, 2023Install and Configure HAProxy LBRTask Requirements : There is a static website running in the Datacenter. They have already configured the app servers and the code is already deployed there. To make it work properly, they need to configure the LBR server. There are several options f...Discuss·3 likesHaproxy
Saurabh Adhaudevopsvoyager.hashnode.dev·Oct 23, 2023Beyond Containers: A Journey into Kubernetes Services 🚀Harnessing the Power of Services: Your Superhighway to Reliable Communication Kubernetes services, your trusty superhighways within the cluster, offer the power of abstraction. They simplify complex pod interactions, giving your applications a consi...Discuss·20 likesKubernetesKubernetes
Amrutha Damruthadronamraju.hashnode.dev·Oct 23, 2023AWS Load Balancer Interview Q/AWhat is an Elastic Load Balancer (ELB)? An Elastic Load Balancer (ELB) is a service in Amazon Web Services (AWS) that automatically distributes incoming application traffic across multiple instances to ensure high availability and scalability. It pla...DiscussAWS Services Interview Q/AAWS Elastic Load Balancer
Joseph Kimuchupazet.hashnode.dev·Oct 23, 2023What happens when you type google.com in your browser and press "ENTER"Accessing the Google search page involves a series of key steps; Firstly, when you enter "google.com" into your browser, it initiates a DNS request. This request functions like seeking a friend's house address; the DNS provides the IP address of Go...Discuss·1 like·98 readsdns
Vrishni Shree V Bvrishni.hashnode.dev·Oct 18, 2023DevOps, Day - 41What 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...DiscussDevopsAWS