I have a mobile app for which I need a java/mongodb support in the Backend. I am thinking of various combos to use. I dont wanna spend a lot of money to begin with as its just a 'hobby' app, for now.
These are the various options I have thought of:
Host Java and MogoDB on EC2 -> Ill have to manage all mongoDB admin work from creating replica sets to backups (m not a mongo DB guru)
Host Java someplace (any suggestions ?) and MongoDB on mongolab.com or mongohq.com -> they manage mongodb for me and i just write the Java layer and just work on my DB design.
Any inputs on a cheap option out there ?