top of page

The Big Data Blog
Terraform-Style Plan/Apply Workflow for AWS Account Resets/Cost Optimization
Most AWS cleanup scripts fail for the same reason: they ignore resource dependencies. You can't delete a VPC while subnets exist in it. You can't release an Elastic IP while it's still associated with a NAT Gateway. You can't delete a security group that another security group references in its rules. A flat deletion list hits these walls immediately. So I built something that doesn't. The AWS Account Reset/Cost Optimization Framework follows Terraform's plan/apply pattern: ▸
Apr 111 min read
atechbroe-k8s_components
Understanding Kubernetes Components: A Quick Guide Kubernetes has become the backbone of modern container orchestration, enabling...
Feb 22, 20252 min read
bottom of page