As the title suggested, I\'ve been playing around deploying apps with Amazons new OpsWorks management system, however I haven\'t been able to figure out how to get the node serv
A bit off topic maybe, but I spent a couple of hours on this so I figured it's worth sharing:
When setting up a Hapi.js server on OpsWorks, I had to ensure that I didn't use hostname localhost, but instead set it to 0.0.0.0. Otherwise it just kept failing silently.