buildwithrajesh.hashnode.devEnd-to-End AWS Config Governance System using TerraformAs I progress in my Terraform learning journey, I’ve moved beyond just creating EC2s and S3 buckets. Today’s learning was about governance — how AWS continuously monitors resources, enforces security rules, and stores compliance evidence automaticall...Feb 5·4 min read
buildwithrajesh.hashnode.devTerraform Modules in Action: Building a Production-Ready EKS Cluster from ScratchAs my Terraform journey is getting deeper, today’s learning was a major mindset shift.Instead of writing one massive main.tf, I learned how Terraform Modules help you design infrastructure that is clean, reusable, scalable, and production-ready. To a...Jan 25·6 min read
buildwithrajesh.hashnode.devTerraform Provisioners: A Last Resort, Not a First ChoiceAs part of my ongoing Terraform learning journey, today I explored a topic that often confuses beginners and is frequently misused in real projects — Terraform Provisioners. At first glance, provisioners look like a convenient way to “configure” reso...Jan 13·4 min read
buildwithrajesh.hashnode.devImage Processing Serverless Project using AWS Lambda (with Terraform)As I go deeper into my Terraform journey, I’ve realized that learning infrastructure only makes sense when it solves real problems.So instead of stopping at “resource creation”, today I focused on building a complete backend system using Terraform an...Jan 9·5 min read
buildwithrajesh.hashnode.devAWS Elastic Beanstalk Blue-Green Deployment using TerraformAs part of my Terraform learning journey, today I worked on a real-world deployment strategy that many production teams rely on — Blue-Green Deployment using AWS Elastic Beanstalk. The goal of this mini project was to replicate Azure App Service depl...Jan 3·5 min read