Terraform
Terraform is an Infrastructure as Code tool that lets you define and provision cloud infrastructure using declarative configuration.
6 articlesHow to Fix 502 and 503 Gateway Errors on AWS EC2 with an Application Load Balancer
2026/02/14·12 min readA deep-dive into why 502 and 503 errors appear on a Node.js app hosted on AWS EC2 behind an ALB, what causes them, and how to fix them properly with an Auto Scaling Group and a robust bootstrap script.
How to Create Terraform State File for Current Resources
2024/01/03·1 min readThis blog shows how to run Terraform to create a state file from existing resources.
How to Create GCP Schedule Job with Terraform
2024/01/01·2 min readThis article demonstrates how to use Terraform to deploy a GCP Schedule Job.
How to Run Terraform with Input Variables
2023/12/23·2 min readThis blog shows how to use Terraform variables to move environment variables out of the code, so you can run Terraform for different environments and inject the variables for each one.
How to Create AWS EC2 by Terraform
2023/02/03·10 min readThis blog demonstrates how to set up a production-ready AWS infrastructure with EC2, ALB, Route 53, and HTTPS using Terraform.
Install Terraform at macOS
2023/02/01·1 min readA quick guide on how to download and install the Terraform binary on macOS.