Skip to content

Infrastructure Drift

Medium — good to knowCloud & Infra

ELI5 — The Vibe Check

Infrastructure drift is when your actual cloud infrastructure doesn't match what your code says it should be. Someone clicked around in the console and changed things manually. Now your Terraform state file says one thing and reality says another. It's like coming home and finding your roommate rearranged the furniture — nothing is where your map says it should be.

Real Talk

Infrastructure drift occurs when the actual state of cloud resources diverges from the desired state defined in IaC templates. Causes include manual console changes, automated processes, or failed deployments. Drift can lead to security vulnerabilities, compliance violations, and deployment failures. Detection tools include terraform plan, AWS Config, and specialized drift detection services.

When You'll Hear This

"Someone changed the security group in the console and now we have drift." / "Run terraform plan regularly to catch infrastructure drift before it causes problems."

Made with passive-aggressive love by manoga.digital. Powered by Claude.