Posts
All the articles I've posted.
-
AWS Multi-Account Is Not About Accounts. It Is About Boundaries.
One AWS account feels simple until production, staging, logs, experiments and the monthly bill start sharing the same blast radius.
-
How a Packet Actually Reaches Your Pod
A visual walk through every hop a request takes from load balancer to pod, why the service is a fiction, and why so many cluster network failures are silent.
-
A Terraform provider for AWS WorkMail, because ClickOps was not an option
AWS WorkMail is not in the official AWS provider. I needed to manage it in a fully Terraform environment, so I built the provider that was missing.
-
Building my first Terraform provider, from scratch to the registry
I wanted to understand how Terraform providers actually work, so I built one for Slack and shipped it to the registry. Here is what the lifecycle really looks like.