On Github sidneyshek / nicta-heroku-intro
Postgres with different grades
Can access via command line (psql) or SQL client
Dynos go up and down all the time
Dynos shut down if no activity
Load balancer has no server affinity
Dynos are really small...so watch your JVM!
Remember: Heroku relies on AWS (East coast or EU)
Small, stateless and resilient components!
Try something like Pingdom for pinging/monitoring