I have an Amazon EC2 server where we run a webapp and MongoDB. We want add a second EC2 server and a Load Balancing to the same region. Load Balancing will redirect all web requests (80 and 443) to the EC2 servers.
Can someone give me some general advises on how to setup MongoDB?
Thanks