# Mongo DataBase

# Connecting to DB

SSH into the EC2 Instance, then type mongo to open the mongo shell.

Connect to the given database by using use db-name where db-name is the name of the database.