terraform-handson-projects.hashnode.devCorporate Project: From Risk to Resilience: Eliminating Jump Servers, Port 22 for Better SecurityIntroduction In the realm of cloud computing, security vulnerabilities are a persistent concern. During the execution of the Server Security Management (SSM) project, I uncovered a critical security flaw in server access management that warranted imm...Mar 19, 2025·7 min read
terraform-handson-projects.hashnode.devAdvanced 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...Dec 30, 2024·4 min read
terraform-handson-projects.hashnode.devCorporate Project: Seamless Log Rotation Infra streamlining Server Scripts with AWS Lambda and SSMIntroduction In today’s fast-paced digital landscape, effective log management is crucial for maintaining system performance and security. This project explores the implementation of seamless log rotation using AWS Systems Manager (SSM) and Lambda, e...Oct 27, 2024·15 min read
terraform-handson-projects.hashnode.devCont. Various ALB Routing Types of Listeners with CodeApplication Load Balancer (ALB) listener rules are essential for routing traffic to appropriate targets based on conditions such as path, headers, IP, and host. These rules provide fine-grained control over how traffic is handled. Below, I’ll walk th...Sep 24, 2024·39 min read
terraform-handson-projects.hashnode.devAdvanced Terraform Project 1: VPC, EC2, and ALB Setup with Dynamic Target Group AllocationIntroduction In this project, we'll automate the deployment of a highly available web application infrastructure on AWS using Terraform. The infrastructure includes a Virtual Private Cloud (VPC) with public and private subnets, EC2 instances deployed...Sep 3, 2024·18 min read