Field notes

AWS cost fix guides

Nine times out of ten a surprise AWS bill is not a traffic spike or a bug. It is a handful of resources that bill per hour whether or not anything uses them, sitting in states the console describes as healthy. Each note here takes one, gives the actual monthly figure, and hands you a script that finds every instance of it in your account.

Python and Node.jsReal monthly figuresDry run by defaultTests included
Why these and not a cost tool

A cost dashboard tells you a number went up. These notes tell you which resource, why it charges when idle, what it costs, and how to remove it without breaking something. Every script reports first and needs an explicit resource id plus --apply before it deletes anything — these operations are irreversible, which is not true of anything in /email/.

Cost and zombie resources

Something not covered here?

These are the ones I keep hitting. If yours is broken in a way none of them describes, tell me on LinkedIn — it is usually how the next note gets written.