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
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...58 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. ...34 readsDevops articles
Sanket Kaleswarsanketkaleswar.hashnode.dev·Aug 17, 2024My AWS Project: Building a Secure and Scalable ArchitectureSetting up a secure and scalable architecture on AWS involves using a Virtual Private Cloud (VPC) with public and private subnets, NAT gateways, an Application Load Balancer (ALB), an Auto Scaling group, security groups, and an S3 gateway. This desig...AWS
Arish Ahmadblog.arishahmad.in·Jul 28, 2024Steps to Enable Horizontal Auto Scaling for AWS Web ApplicationsIntroduction AWS Auto Scaling monitors your applications and automatically adjusts capacity to maintain steady, predictable performance at the lowest possible cost. Using AWS Auto Scaling, it’s easy to setup application scaling for multiple resources...1 likeAWS Training Chronicles: From Novice to ExpertAWS
Jasai Hansdajasaiblogs.hashnode.dev·Jul 24, 2024Scale with Confidence: A Guide to EC2 Auto ScalingIn today's cloud environment, where demand can change quickly, scaling your infrastructure efficiently is crucial. Amazon EC2 Auto Scaling lets you automatically adjust your EC2 instance capacity based on real-time demand. This ensures you have the r...AWS Cloud Practitioner Essentialsec2 auto scaling
Shaileshshaileshpashte.hashnode.dev·Jul 3, 2024Day 23: Understanding Auto Scaling Groups📈 and Their Policies📑Introduction In the AWS ecosystem, Auto Scaling Groups (ASGs)📈 are a powerful tool that ensures your applications maintain optimal performance and availability by automatically adjusting the number of EC2 instances based on the current demand. Auto ...AWS