Hacker News new | ask | show | jobs
by opdemand 4846 days ago
I'm curious. If you have a dozen or so Heroku apps and a few peers you collaborate with, what's your management strategy?
1 comments

Would anyone actually do that? I run stuff on AWS using their excellent Java SDK and I'm quite happy about the flexibility that brings me.
Firing off API calls with an SDK is great when you're a one-man operation.

At a certain point you need deployment automation that respects infrastructure dependencies, change tracking with an audit trail, an at-a-glance view of environments... all things AWS is not very good at. Though they're trying with OpsWorks.

How do you work around that stuff?

Home-grown dashboard. Works fine for now. It was quite a lot of work to build it but the code turned out nice and concise and I learned a lot in the process.