Elastic Beanstalk with Terraform Code Run AWS Elastic Beanstalk deployment with Terraform, using MongoDB Atlas for DBaaS
Elastic Beanstalk with Cloud Formation Code Run AWS Elastic Beanstalk deployment with Cloud Formation, with a deployed MongoDB replica set
Heroku Code Run Heroku deployment using the Heroku CLI. Automatically provisions a MongoLab database instance
Docker with Docker Compose Code Run Runs two containers - one for the application (built on the fly), one for mongo, using docker-compose
Docker with Docker Compose (image from DockerHub) Code Run Runs two containers - one for the application (pulled from DockerHub), one for mongo, using docker-compose
Kubernetes Locally Code Run Kubernetes installation using Kube bundled with Docker for Mac. Creates the app Service and a Mongo Replica Set. Most of it will work in the cloud as well
Vagrant-Ansible on CentOS 6.5 Code Run Spins off a CentOS VM using vagrant, and provisions the app with vagrant-ansible provisioner.