Automating Application Load Balancer Management: Creation, Scheduling, and Management Using Lambda and EventBridgeAug 21, 2024·4 min read
Terraform Project 6. AWS Infrastructure Monitoring and Logging with Terraform and AWSJul 19, 2024·4 min read
PinnedCreating and Configuring an Auto Scaling Group with Application Load Balancer on AWS, along with CloudWatch Monitoring and Simple Notification ServiceWhat is Auto Scaling? 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 ...Apr 29, 2024·11 min read
Terraform Hands-On: Setting Up a CDN with AWS CloudFront, S3, and Route 53 using TerraformJul 18, 2024·3 min read
Terraform Hands-On: Setting Up a Database for a Web Application Using AWS RDS with TerraformI will walk through the steps to provision a database for a web application using AWS RDS (Relational Database Service) with Terraform. This setup will include creating a subnet group, a security group, IAM roles, and an RDS instance. Let's dive into...Jul 18, 2024·4 min read
Terraform Hands-On: Deploying a Web Application on AWS with Terraform.In this tutorial, we'll walk through the steps to deploy a web application on AWS using Terraform. We'll cover the setup of a Virtual Private Cloud (VPC), public subnets, an Internet Gateway, Application Load Balancer (ALB), Auto Scaling Group, IAM r...Jul 17, 2024·6 min read
Let's setup VPC and understand all VPC concepts like VPC Peering, Transit Gateway.Amazon Virtual Private Cloud (Amazon VPC) It is a logically isolated virtual network where you can launch your AWS resources. It is a virtual networking environment where you can decide the range of your IP addresses for your VPC., add subnets, add g...May 14, 2024·9 min read
Setting Up Application Load Balancer with AWS EC2Load Balancing in AWS: A Comprehensive Guide to ALB, NLB, GLB, and CLB Today, let's explore the world of Load Balancing with AWS EC2! Load balancing is like having multiple cashiers at a supermarket checkout. It ensures that all customers are served ...Apr 24, 2024·5 min read