Chinnayya Chinthaelb.hashnode.dev·Dec 20, 2024Network Load Balancer (NLB)The Network Load Balancer (NLB) is an AWS service designed to handle high-performance traffic at the Network Layer (Layer 4) of the OSI model. It efficiently distributes incoming TCP, UDP, and TLS traffic to targets, such as EC2 instances, containers...nlb
Chinnayya Chinthaelb.hashnode.dev·Dec 19, 2024Application Load Balancer (ALB)An Application Load Balancer (ALB) is an AWS service that operates at the Application Layer (Layer 7) of the OSI model. It is designed to route and distribute HTTP, HTTPS, and WebSocket traffic to targets such as EC2 instances, containers, Lambda fun...ELB
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. ...AWS
Rivermanriverman-research.hashnode.dev·Nov 28, 2024CaseStudy:: AWS ELB의 성능과 비용 최적화 방법오늘은 AWS 블로그 아티클에서 다룬 ELB의 비용과 성능 최적화 방법을 살펴보겠습니다. 이 글은 AWS의 Well-Architected Framework의 6가지 요소(Operational Excellence, Security, Reliability, Performance Efficiency, Cost Optimization, Sustainability) 중에서 Cost Optimization과 Performance Efficiency 관점으...ELB
Shubham Tawareshubzz.hashnode.dev·Nov 16, 2024DevSecOps in Action: How to Secure Your CI/CD PipelineIn this blog, we’ll explore how to incorporate essential security practices into the CI/CD pipeline to create a secure, efficient, and resilient software delivery process. With a DevSecOps approach, security checks are embedded early in the pipeline,...2 likes·124 readsKubernetes
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
Shivam Sonishivtrent.hashnode.dev·Sep 19, 2024Building a 3 tier web application with AWS infrastructureIntro When building a cloud-based application, the underlying architecture and environment are just as critical as the application itself. There are many considerations when deciding on the proper architecture of your app: Scalability: How easily an...AWS
Rahul wathblog.aws-devops.blog·Aug 26, 2024AWS Best Practices - Part 3In this blog, we will cover key practices for managing EC2, VPC, ELB, RDS, and Elastic Cache in AWS. We will discuss the importance of tagging resources for better organization, using termination protection to prevent accidental instance deletions, a...AWS Best PracticesAWS
prabath kumarprabath.ponnala·Aug 8, 2024Most Asked Interview Questions and Answers on AWS ELBWhat is AWS Elastic Load Balancing (ELB) and how does it work? AWS ELB automatically distributes incoming application traffic across multiple targets, such as EC2 instances, containers, and IP addresses, in one or more Availability Zones. It helps en...AWS DevOps Interview Questions & Answers for FreshersAWS
Jasai Hansdajasaiblogs.hashnode.dev·Jul 30, 2024Optimizing Your Applications with AWS Elastic Load BalancingElastic Load Balancing (ELB) is a critical component of AWS infrastructure that distributes incoming traffic across multiple targets, such as EC2 instances, containers, and IP addresses. This distribution ensures optimal performance, increased reliab...AWS Cloud Practitioner EssentialsELB