amazon web services - EC2 instance best practice for Mongodb and App deployment -


i installed mongodb in ec2 t2.small instance this guide. don't know whether dedicate instance monogodb. or use same instance app deployment production. suggest me best practice.

the 'best practice' run database server on over instance; better 'best practice' run mongodb on cluster of instances give high availability.

that said, perfectably acceptable, imo, run db , app on same instance small projects low demands cost important driver, although use @ least ec2 large instance if going make instance double-duty in manner.

now know 'best', can determine how 'best' can afford.


Comments