MongoDB

AWS Azure Databases 3 variations

MongoDB Community Server, the document database, installed and secured on first boot.

Base
Hardened build
minimal ports, security patches applied at build time
Access
Unique credentials
generated on first boot, readable only by root
Verified
Boots working
services pass a health gate before release
Support
24/7, 365 days
by email and live chat, 24 hour response SLA

Variations

Choose the operating system, cloud and version you need. Every variation is the same hardened MongoDB image, built and supported by cloudimg.

ProductCloudOperating systemVersion
MongoDB Community Server - Secure Document Database AWS Community View · Guide
MongoDB 7 on Ubuntu 22.04 LTS Azure Ubuntu 22.04 7 View
MongoDB 8.0 on Ubuntu 22.04 Azure Ubuntu 22.04 8.0 View · Guide

Overview

MongoDB is a document database that stores data as flexible JSON style documents rather than fixed table rows, which fits applications whose data shape evolves over time. It is a common choice for content systems, catalogues, user profiles and other workloads with rich, nested data.

This image provides a running MongoDB Community Server ready to accept connections from your application.

Why the cloudimg image

The cloudimg image installs MongoDB on a hardened base with authentication enabled and the initial credentials generated uniquely for your instance on first boot, stored in a root only file rather than left blank. Data lives on its own volume for independent snapshots and resizing, and the deployment guide covers connecting securely and running backups. Every deployment includes 24/7 support.

Common uses

  • A flexible document store for web and mobile application backends
  • Catalogues, content and user profiles with evolving data shapes
  • A secured MongoDB you run inside your own cloud account