Browsing Tag
terraform
54 posts
Creating Multiple AWS EventBridge Rules Using CDKTF and a Config File from S3
When working with AWS EventBridge, it’s common to create multiple rules with different schedules, targets, and configurations. Initially,…
We Cut AWS Onboarding from 7 Days to 1 Hour with Terragrunt (Here’s How)
We re-architected our AWS infrastructure from manual provisioning → Terraform → Terragrunt. The result: New environment onboarding dropped…
Terraform Workflow Explained with a Real AWS Example (Beginner Friendly)
Why Terraform Infrastructure as Code (IaC) tools like Terraform make it possible to define your cloud resources in…
->> Day-14 Host A Static Website in AWS S3 And CloudFront (using terraform)
Introduction: This mini project demonstrates how to deploy a static website on AWS using Terraform. We’ll create a…
Terraform Basics – Week 5: Exposing Infrastructure Data with Outputs
Table of Contents 1. Recap of Week 4 2. What Are Output Values in Terraform ? 3. Why…
terraform advanced
1️⃣ *Why Terraform? * Terraform is used to automate cloud infrastructure so humans don’t manually create: VPCs Subnets…
Monitoring Hetzner Cloud resources with AWS CloudWatch using Terraform
In this tutorial, you will learn how to monitor your Hetzner Cloud infrastructure using AWS CloudWatch. This integration…
Deploying a Simple App on ECS with Fargate & Terraform using AWS Community Modules
Amazon Elastic Container Service (ECS) makes it easy to run containerized applications on AWS without managing servers. With…
Terraform as a One-Shot Init Container in Docker Compose and CI: Ending “It Worked On My Machine”
Picture this: It’s Friday afternoon. Your pull request looks perfect locally – tests green, endpoints responsive, everything just…
Terraform for DevOps Engineers: Complete Beginner’s Guide
🌍 1.What is Terraform? Terraform is an open-source Infrastructure as Code (IaC) tool developed by HashiCorp. It allows…