90-days-of-cloud-with-aws.hashnode.dev🚀 Day 56 of 90DaysOfDevOps — What is an Inventory File in Ansible?In Ansible, everything starts with knowing which systems to manage — and that’s where the Inventory file comes in.Today, I explored how the Inventory file acts as the source of truth for automation, telling Ansible where to execute tasks. 🧠 What is...Nov 7, 2025·3 min read
90-days-of-cloud-with-aws.hashnode.dev🧠 Day 55 — Ansible in Action: From Ad-Hoc Commands to Full LEMP–LAMP AutomationAfter building and managing cloud infrastructure with Terraform, I’ve now stepped into the next phase of my DevOps journey — Configuration Management with Ansible. Today’s focus was on moving from ad-hoc commands to writing full-fledged Ansible playb...Oct 16, 2025·4 min read
90-days-of-cloud-with-aws.hashnode.dev⚙️ Day 54 of My Cloud & DevOps Journey — Introduction to Ansible: Installation, Inventory & First PlaybookAfter mastering Terraform for Infrastructure as Code (IaC), it’s time to move into Configuration Management — and that’s where Ansible comes in. While Terraform provisions servers, Ansible configures them — installing packages, deploying apps, and ma...Oct 10, 2025·3 min read
90-days-of-cloud-with-aws.hashnode.dev🚀 Day 53 of My Cloud & DevOps Journey — Terraform Auto Scaling Group + Wrapping Up the Terraform PhaseAfter learning the foundations of Terraform — from launching EC2 instances to building full VPCs and ALBs — today I took it one final step forward: automating scalability and high availability using Terraform’s Auto Scaling Groups (ASG). This post ma...Oct 9, 2025·4 min read
90-days-of-cloud-with-aws.hashnode.dev⚖️ Day 52 — Terraform + AWS Application Load Balancer (ALB)Scaling Web Infrastructure Automatically with Terraform 🌐 📌 Introduction After setting up a secure two-tier architecture with a Bastion Host and Private EC2 instance yesterday (Day 51), today I took my Terraform journey to the next level — Load Ba...Oct 8, 2025·4 min read