i\'ve got another question for you. I have Amazon EC2 instance with mondodb installed. It works great except one thing - i can\'t access (connect to) it from outside (my PC). I
You need to add a security group exception for the port 27017 if you are using default config for you to access it from outside. For security group configuration, please check the amazon EC2 documentation. And if you are using a different port on Mongo, change the security group port accordingly.
--Sai