How I Passed My Terraform Associate Exam

If you’re preparing for the HashiCorp Terraform Associate Exam, you might be wondering where to start, which resources to use, and how to approach your study plan. I recently passed the exam, and I want to share my experience to help others do the same. The Terraform Associate certification is for Cloud Engineers specializing in […]

Troubleshooting Terraform: Use Terraform Modules To Address Common Issues

In this short tutorial, I will show you how to use Terraform modules to troubleshoot common issues when building AWS infrastructure. Specifically, we’ll address leap and bounds issues to ensure a smoother and more efficient deployment process. Background Terraform is like a magic wand for managing your cloud infrastructure. Imagine writing a few lines of […]

DevOps Tools: Terraform

In this short demo, we’ll create a simple VPC with CIDR Range: 192.168.0.0/24 using Terraform. Background Interested in automating infrastructure across any cloud platform? Terraform is your go-to tool. Terraform is a tool that helps you build, manage, and organize your digital infrastructure in a smooth and automated way. It’s like a wizard for your […]

Ansible explained in simple words

Ansible is an open-source automation tool that simplifies complex tasks and works across different environments. It allows you to automate almost any task. What’s Ansible? Imagine you have a lot of computers, servers, or devices that you need to manage and control. Doing this manually, one by one, would be difficult and time-consuming. I decided […]