MNMathanki Nirojaninterraformwithaws.hashnode.dev·Dec 31, 2025 · 6 min readDay 27 : Automate AWS Infrastructure Using Terraform and GitHub Actions | #30DaysOfAWSTerraformManual infrastructure changes don’t scale. Running Terraform commands from a local machine introduces risks such as configuration drift, human error, and lack of visibility. To build reliable, repeatable, and auditable cloud infrastructure, automatio...00
MNMathanki Nirojaninterraformwithaws.hashnode.dev·Dec 30, 2025 · 7 min readDay 26 : Mastering HCP Terraform: Why and How to Move Beyond the CLI | #30DaysOfAWSTerraformTerraform has become the backbone of modern Infrastructure as Code (IaC). Most engineers start their journey using the Terraform CLI—running terraform init, plan, and apply locally. While this works well for learning and small projects, CLI-only work...00
MNMathanki Nirojaninterraformwithaws.hashnode.dev·Dec 29, 2025 · 5 min readDay 25 : Migrating Existing AWS Infrastructure to Terraform | #30DaysOfAWSTerraformIn the early stages of a cloud journey, many teams create resources manually via the AWS Console or through various standalone scripts. However, as your environment grows, manual management becomes a liability. You lose track of changes, security gro...00
MNMathanki Nirojaninterraformwithaws.hashnode.dev·Dec 26, 2025 · 8 min readDay 24:Building Highly Available & Scalable Infrastructure with Terraform | #30DaysOfAWSTerraformIn today’s cloud world, applications are expected to be always available, fault-tolerant, and capable of scaling on demand. Downtime and performance bottlenecks are no longer acceptable. This is where Terraform, combined with AWS best practices, beco...00
MNMathanki Nirojaninterraformwithaws.hashnode.dev·Dec 24, 2025 · 10 min readDay 23 : Building a Secure, Observable AWS Serverless Image Processing System with Terraform | #30DaysOfAWSTerraformModern cloud systems don’t fail silently — they must be observable, secure, and alert-driven. In this project, I built a production-style serverless image processing pipeline on AWS using Terraform, with comprehensive monitoring, security detection, ...00