Hacker News new | ask | show | jobs
by arwineap 3320 days ago
You might be interested in netflix's opensource solution ice ( https://github.com/Netflix/ice )

It's been very helpful to notice and track down extra costs as they come in

1 comments

Netflix ICE has a few quirks but overall it's a pretty useful free tool.

Unfortunately, the project has been largely abandoned and the current version in the Netflix GitHub repository won't work out of the box for many companies due to lack of support for new AWS regions, instances, reservation types, and services, as well as showstopping bugs (such as https://github.com/Netflix/ice/issues/210). In order to effectively use ICE today most users will need to maintain their own patched fork.

I'm currently campaigning to create a community-maintained version of ICE, with committers from multiple organizations, in order to revive the project: https://github.com/Netflix/ice/issues/240#issuecomment-29960...

Heres to hoping the ICE team releases their new tool.