top of page


Mastering Terraform for Cloud Automation
In this blog, we’ll cover the following: Quick Introduction to Terraform Setting up an AWS IAM User Writing Terraform Code Deploying AWS Resources Destroying Infrastructure with Terraform Best Practices for Using Terraform Quick Introduction to Terraform Terraform is an open-source IaC tool that allows you to define and provision infrastructure in a declarative way using configuration files. Some key highlights include: Automates infrastructure provisioning. Provides repeat

Mohd Faizullah
Sep 15, 20253 min read


Introduction and Understanding Terraform: The Power of IaC in Modern Cloud Architecture
In today’s cloud-driven world, manual infrastructure management is no longer sustainable. Whether you're deploying across AWS, Azure, or...

Mohd Faizullah
Sep 10, 20252 min read


Automating AWS Infrastructure with Terraform
What’s Covered in This Blog Post? Step 1: Install Visual Studio Code Step 2: Install AWS CLI Step 3: Install Terraform Step 4: Install VS Code Extensions Step 5: Set Up AWS IAM Step 6: Configure Terraform to Create AWS VPC and Subnet Step 7: Verify VPC and Subnet in AWS Console Step 8: Destroy Resources Please Note: I've pasted the screenshots from my lab for your reference. Step 1: Install Visual Studio Code First, download and install Visual Studio Code for your o

Mohd Faizullah
Aug 2, 20253 min read
bottom of page