AWS DevOps Engineer, Terraform educator, and creator of akshayghalme.com.
Hi, I am Akshay. I am an AWS DevOps Engineer with over three years of hands-on experience building and operating production cloud infrastructure. I currently manage a multi-tenant SaaS platform serving more than 1,000 customers, where I work on everything from VPC design and Terraform modules to cost optimization, CI/CD pipelines, and incident response.
I started akshayghalme.com to share the kind of DevOps knowledge I wish I had access to when I was starting out — real production patterns, honest trade-offs, and working code that you can deploy the same day you read about it. Every guide on this site is written from real experience, not theory.
My day-to-day work is a mix of infrastructure engineering, cost optimization, and automation. Some of the specific things I focus on:
terraform planMost DevOps content on the internet falls into one of two extremes: shallow tutorials that copy-paste from AWS documentation without adding anything, or theoretical posts that never touch a production system. There is a gap in the middle for content written by people who actually run the systems they are describing — with the scars and trade-offs that come from doing it for real.
That is what I try to write. Every post on this site either comes from something I have deployed in production, an incident I have debugged, a cost optimization I have actually measured, or a pattern I have repeatedly seen work (or fail) at scale. When I write about Terraform state management, it is because I have lost hours to state lock errors in production. When I write about cost optimization, the numbers are from real AWS bills I reduced.
I write every guide with a simple test in mind: could a reader use this to ship something in production today, or to answer a real question they have at work? If the answer is no, the guide is not ready. This means most of what I publish includes working Terraform code, real commands, actual error messages and how to fix them, and the non-obvious trade-offs that only come up once you have operated a system for a while.
I do not write generic "AWS 101" posts. There are already thousands of those, and they are mostly fine. I write the posts I needed when I was moving from "I can use AWS" to "I can run AWS in production and not burn down the company when something breaks."
All the Terraform modules on this site are open source and free to use under the MIT license. You can find them on my GitHub. If you spot a bug or want to contribute, pull requests are welcome.
If you have questions about a guide, want to suggest a topic, or are interested in working together on DevOps/infrastructure projects, reach out through the contact page or directly on LinkedIn. I read everything and try to respond to technical questions when I can.
Thanks for reading. I hope something here saves you an afternoon of debugging or helps you ship a better piece of infrastructure.