Building My Personal Website: From Idea to Automated Deployment (Part 2)
Overview In the first part of this series I covered the high‑level architecture and the tools I chose for building my personal website. This post dives deeper...
Overview In the first part of this series I covered the high‑level architecture and the tools I chose for building my personal website. This post dives deeper...
Configuring S3 as a Terraform Backend Terraform can store its state in an S3 bucket. Below is a minimal configuration that sets up the S3 backend: hcl terrafor...
The rise of agentic AI systems represents a fundamental shift in how enterprises build and deploy software. Unlike traditional AI systems that primarily react t...
Conditional Expressions Conditional expressions evaluate a condition and return one of two values based on whether the condition is true or false. Syntax hcl c...
!Forem Logohttps://media2.dev.to/dynamic/image/width=65,height=,fit=scale-down,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%...
Conditional Expressions Conditional expressions in Terraform allow you to choose between two values based on a condition. The syntax is condition ? true_value...
The Multi-Account Reality Check In modern cloud architecture, multi‑account strategies are the norm. We separate development from production, and often central...
Overview Today was one of those days where everything just clicked. I finally understood Terraform meta‑arguments—especially count, for_each, and depends_on. A...
Lifecycle rules In Terraform, lifecycle rules control how a resource is created, updated, and destroyed. They help improve security, simplify maintenance, and...
!Cover image for Your First Mini Terraform Project: Install, Configure, and Deploy on AWShttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gra...
!Cover image for → Day-08 AWS Terraform Meta Arguments | count, depends_on, for_eachhttps://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=...
This week, we’re at re:Invent 2025 announcing new capabilities and highlighting some of the impactful work we’ve done in partnership with AWS this year. Togethe...