Deepak Kushwahacodesops.hashnode.dev·Jan 29, 2025🚀 Introduction to AWS Auto ScalingIn the world of cloud computing, managing resources efficiently is crucial. AWS Auto Scaling ensures that your application remains highly available, cost-effective, and capable of handling traffic spikes. Whether you're running EC2 instances, contain...AWS
Enaikele Omoh kelvinenaikele-omoh-kelvin.hashnode.dev·Jan 12, 2025Auto Scaling in MERN Stack with Nginx Reverse Proxy & Service DiscoveryBasic and Prerequisite Knowledge Before diving into the world of auto-scaling, service discovery, and MERN stack development, it’s important to have a solid understanding of the following concepts: Basic Web Development: Familiarity with front-end a...26 likes·36 readsauto-scaling-aws
Chandra Prakash Reddydevopstour.hashnode.dev·Dec 22, 2024AWS EC2 Auto ScalingIntroduction Depending on demand, Amazon EC2 Auto Scaling modifies the quantity of EC2 instances for your application. "Auto Scaling groups" are created to control groups of EC2 instances. You can set: Minimum instances: This is the lowest number...AWS TourAWS
HARSH VIGcloudctrl.hashnode.dev·Dec 20, 2024Amazon EC2 (Elastic Compute Cloud)What is EC2? Think of Amazon EC2 as a virtual computer rental service in the cloud. Just as you might rent a car for different purposes—a compact car for city driving or a truck for moving—EC2 lets you rent computing power for various needs. It's lik...Cloud
Siddhartha Gauravsgaurav.hashnode.dev·Dec 6, 2024AWS Basics: Build Highly Available and Scalable Apps with ELB and ASGIntroduction When building applications in the cloud, it’s important to make them available all the time (high availability) and ready to handle more users when demand increases (scalability). AWS makes this easy with tools like Elastic Load Balancin...AWSAWS
Jay Kasundralearningaws.hashnode.dev·Nov 21, 2024AWS Basics: Load Balancers, Auto Scaling, and the 5 Core Pillars ExplainedElastic Load Balancer Elastic Load Balancing distributes incoming application or network traffic across multiple targets, such as Amazon EC2 instances, containers, and IP addresses, in multiple Availability Zones Elastic Load Balancing scales your...10 likesDevops
Aditya Gadhaveadityag7678.hashnode.dev·Nov 11, 2024Auto Scaling And Steps To create Auto Scaling Launch TemplateWhat is The AWS Auto Scaling ? AWS auto scaling is used to scale up and scale down the EC2-instance by depending up on the incoming traffic. You can scale up and scale down the applications in few minutes based up on the traffic which will decrease...AWS
Sruthi Pallesruthipalle.hashnode.dev·Oct 13, 2024Real Time Production grade AWS VPC projectThis is the most recommended approach by AWS for secure deployment of applications in EC2 instance About the Project This example demonstrates how to create a VPC that you can use for servers in a production environment. To improve resiliency, you de...ALB-AWS
Shubham Tawareshubzz.hashnode.dev·Oct 12, 2024AWS Three-Tier Architecture Explained: VPC, EC2, ALB, RDS, and MoreprojectIn today's cloud-driven world, building scalable and resilient applications is crucial for ensuring high availability and seamless user experiences. In this blog, I'll walk you through the deployment of a three-tier web application architectur...60 readsAWS
mehdi pashamehdipasha.hashnode.dev·Oct 2, 2024Kubernetes Cluster Auto scaler on AWSIntroduction AWS Cloud use Cluster Autoscaler utilizes Amazon EC2 Auto Scaling Groups to manage node groups. Cluster Autoscaler typically runs as a Deployment in your cluster Prerequisites Cluster Auto scaler requires Kubernetes v1.3.0 or greater. ...36 readsDevops articles