Shraddha Suryawanshiterraform-handson-projects.hashnode.dev·Dec 30, 2024Advanced Terraform Project 2: Automated ASG Lifecycle Management with Integrated SNS and Lambda Functions for Seamless Instance Termination.Introduction: This project is designed to manage AWS infrastructure using Terraform, leveraging Auto Scaling Groups (ASG) and Application Load Balancers (ALB) to dynamically handle server loads. Additionally, SNS and Lambda functions are integrated t...Terraform
Venkatesh Kvenkatesh111.hashnode.dev·Oct 1, 2024Amazon EC2 Auto ScalingAuto Scaling Auto Scaling Groups (ASG) An Auto Scaling Group is a collection of EC2 instances that are treated as a logical grouping for the purposes of automatic scaling and management ASG helps you automatically manage the scaling(in/out) of EC...1 like·81 readsAWS BlogsAWS
Rahul Vadakkiniyilrahulvadakkiniyil.hashnode.dev·Sep 28, 2024Day 17 of Kubernetes Series : Understanding Auto Scaling in KubernetesKubernetes has become a cornerstone for modern containerized application deployment, providing robust mechanisms to manage, deploy, and scale applications. One of the key features that make Kubernetes so powerful is its ability to auto-scale. This bl...#40daysofkubernetes
Roshan Patilroshanp.hashnode.dev·Sep 24, 2024How Auto-Scaling Groups Transformed Cloud JourneyOnce upon a time in a tech world, there was a company names ABC. They developed brilliant applications, but once the user group is increased their server started struggling. During the big product launch when the number of users are increasing their ...AWS
Anup kafleblog.anupkafle.com.np·Aug 13, 2024Overcoming Scalability Challenges in a Shoe E-Commerce Platform with AWS Auto ScalingAs a developer, one of the most critical challenges you might face is ensuring your application can scale to meet demand. Scalability is no longer just a luxury; it's necessary in today's fast-paced digital environment. Whether you're building a soci...AWS
Muhammad Ali Azharupskillwithali.hashnode.dev·Aug 12, 2024Deployment-of-Wordpress-blog-using-AWS-Cloud-formation-and-Auto-Scalling-GroupScenario: You have been asked to set up a WordPress blog for your company per their defined specifications. During business hours (9AM-6PM), the blogging team would like to use their own development copy of the WordPress instance, so that any work th...AWS
Nikhil Yadavnikhil-blogs.hashnode.dev·May 15, 2024Day 68 - Scaling with TerraformUnderstanding Scaling Scaling is the process of adding or removing resources to match the changing demands of your application. As your application grows, you will need to add more resources to handle the increased load. And as the load decreases, yo...#90daysofdevops
Divya MahajanforPartner Penspartnerpens.hashnode.dev·Mar 17, 2024AWS EC2 ASG (Auto Scaling Groups)Link to exam: https://aws.amazon.com/certification/certified-cloud-practitioner/ Introduction Scaling your online presence is like adding more lanes to a highway as traffic increases: it ensures smooth flow even when the number of visitors (like car...AWS Certified Cloud Practitioner | CLF-C02 preparation KitAWS
Divya MahajanforPartner Penspartnerpens.hashnode.dev·Mar 17, 2024AWS EC2 ASG Hands-On | A Step-by-Step GuideAWS Auto Scaling Groups (ASGs) empower you to efficiently manage the elasticity of your infrastructure, ensuring your applications remain responsive and cost-effective under varying workloads. In this comprehensive guide, we'll walk you through the p...51 readsAWS Cloud Hands-On Kit | Step-By-Step Guidesasg
Divya MahajanforPartner Penspartnerpens.hashnode.dev·Mar 17, 2024AWS EC2 ELB Elastic Load BalancingLink to exam: https://aws.amazon.com/certification/certified-cloud-practitioner/ Introduction Think of load balancing like a traffic officer at a bustling intersection: it guides visitors (like cars) to different routes (servers) so that none get ov...AWS Certified Cloud Practitioner | CLF-C02 preparation KitLoad Balancing