Mar 4 · 6 min read · What Even IS a Function? (No Jargon, Promise) Image you make really good Chai ☕ . Every morning you : Boil water Add tea leaves Add milk Add sugar Strain and serve You do 5 step every single da
Join discussion
Dec 25, 2025 · 9 min read · What Is an AWS Provider? In the context of Terraform, a cloud provider acts like a bridge. It connects your Terraform code to the cloud platform you're using—in this case, AWS. Essentially, the provider is a plugin that translates the Terraform inst...
Join discussionDec 24, 2025 · 6 min read · Once upon a time, there was a DevOps engineer who was creating infrastructure for a three-tier application — a front end, a back end, and a database. He used the cloud console, whether it was AWS, Azure, or GCP. Everything felt easy. He just clicked ...
Join discussion
Dec 2, 2025 · 3 min read · Pre-requisite AWS CLI must be installed on your system. doc : https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html In the terminal : type "aws configure" and provide the security credentials like key and secrets of aws accoun...
Join discussion
Dec 1, 2025 · 2 min read · Documentation link: https://registry.terraform.io/providers/hashicorp/aws/latest/docs What are Terraform Providers? Providers are plugins that allow Terraform to interact with cloud platforms, SaaS providers, and other APIs. For AWS, we use the hashi...
Join discussion
Nov 30, 2025 · 6 min read · I’ve been busy the past few days so I’m combining Days 3–6 into one post. From Day 7 onward I’ll publish a separate post for each day again. Overview (what we cover in this post) Day 3 — AWS Authentication & S3 bucket basics (Terraform + AWS credent...
Join discussionNov 29, 2025 · 4 min read · Getting Started with Terraform In the fast-evolving world of DevOps and cloud engineering, infrastructure no longer means manually clicking buttons on a cloud console. Instead, infrastructure is now code — and on Day 01 of my self-driven 30-Day Terra...
Join discussion
Nov 29, 2025 · 3 min read · # Now it's time to automate your infrastructure. Okay, let’s start,🤩 What is Infrastructure as Code? In simple language, provisioning your infrastructure through code instead of manual processes. Why Infrastructure as Code? Infrastructure as Co...
Join discussion
Nov 28, 2025 · 2 min read · What is Terraform? Infrastructure as Code tool that helps automate the provisioning and management of infrastructure across multiple cloud providers.. Why Use Terraform? Terraform is a product by HashiCorp and is vendor-neutral.It is mainly used to p...
Join discussion