Shraddha Suryawanshistudywise.hashnode.dev·Aug 21, 2024Automating Application Load Balancer Management: Creation, Scheduling, and Management Using Lambda and EventBridgeIntroduction This blog provides a guide for creating, managing, and automating an Application Load Balancer (ALB) using AWS services. We will cover the creation of an ALB, the scheduling of its start and stop times using AWS EventBridge, and the mana...DiscussAWS
Omkaromkarlukar.hashnode.dev·Aug 11, 2024🚀 Automating Deployment to Amazon ECS with GitHub ActionsAs a DevOps engineer, I recently had the chance to work on a project that required setting up a fully automated CI/CD pipeline for a Node.js web application. This post will walk you through how I set up the GitHub Actions workflow to build, deploy, a...DiscussDocker
RAKESH DUTTAdailydoseindevops.hashnode.dev·Jul 12, 2024Brief on AWS Load Balancer 🌥️ ⚖️ !!Load balancers prevent servers from getting overloaded by managing their workload. This speeds up cloud services, improves response times, and ensures stability. They analyze why workloads might become uneven and use methods like physical or virtual ...DiscussAWS BRO to PROnlb
BRYNNnote.heebin.site·Jul 5, 2024[ALB ACM ROUTE53 EC2]Connecting EC2 to HTTPS1. Domain Purchase and ACM Certificate Issuance 1. Domain Purchase Purchase on Gabia: Select and purchase a domain, verify it in MyGabia. 2. Domain Verification in Route 53 Create a Hosted Zone: Create a hosted zone in AWS Route 53 matching your ...DiscussAWSAWS
Shaileshshaileshpashte.hashnode.dev·Jun 29, 2024Day 20: AWS Application Load Balancer (ALB) Explained🈁Introduction In the ever-evolving landscape of cloud computing, ensuring high availability and optimal performance for your applications is crucial. One of the key components in achieving this within AWS is the Application Load Balancer (ALB)🈁. This...DiscussAWS
CloudGagsblog.cloudgags.in·Jun 29, 2024AWS CloudFront: How to Secure Your S3, ALB, and EC2 OriginsSecuring your origins in AWS CloudFront is essential to protect your resources from unauthorized access and ensure efficient content delivery. This blog will guide you through the steps to restrict traffic to different origins (S3, ALB, and EC2) and ...DiscussAWS
Bhupendrabhuppi.hashnode.dev·Jun 14, 2024Amazon Elastic Load Balancers1. Application Load Balancer What does Application Load Balancer do? Application Load Balancer helps to provide scale, performance, and resiliency for web applications deployed on the cloud. It distributes incoming traffic to application servers acro...DiscussAWS
Mufaddal ShakirforInfraspecinfraspec.hashnode.dev·Jun 7, 2024Bridging the gap between Argo Rollout & AWS ALB by eliminating 502sThe blog discusses resolving a deployment issue with 502 errors on AWS EKS using AWS ALB and Argo Rollouts. It details the root cause, attempted solutions, and resulting trade-offs. The Issue Encountered We encountered a 502 at the AWS load balancer ...Discuss·1 likeArgoCD
Utkarsh Rastogiawslearner.hashnode.dev·May 7, 2024Elastic Load Balancer - Part2Amazon Cloud Concepts Learning --> Day11 Application Load Balancer (ALB) Functions at 7th Layer of OSI Model. Works based on listener rule priority from lowest to highest. Supports Path and Host based routing. Support for redirecting requests fro...DiscussAWS
pardeep kaurpardeepkaur.hashnode.dev·May 2, 2024Deploy three-tier application on KubernetesA three-tier architecture divides applications into three interconnected components: Presentation (Frontend), Application (Backend), and Data (Database). This modular approach ensures scalability, maintainability, and separation of concerns. Leveragi...Discuss·72 readsDevops