Pricing

Plans separate compute and additional disk space SKUs so you grow CPU, memory, and disk independently as your working set and data volume increase.

Loading SKUs...

Why teams use it

The document database
built for flexibility and scale.

MongoDB is the go-to choice for applications with evolving schemas, nested data structures, and horizontal scaling needs. From real-time analytics and content platforms to IoT backends and mobile applications, MongoDB handles diverse data models without rigid schema constraints.

Managed MongoDB removes the complexity of replica set initialization, shard management, and certificate rotation. You connect with any MongoDB-compatible driver, define your collections, and query as normal. We handle replication, proxy routing, failover, and backups.

Plans scale compute, memory, and disk independently so you match resources to your workload.

Under the hood

Replica sets, HAProxy routing,
NVMe-backed storage.

Each MongoDB instance runs as a replica set with automatic primary election and data redundancy. An integrated HAProxy layer provides a single connection endpoint — write traffic (port 27017) routes to the primary, read traffic (port 27018) load-balances across secondaries with round-robin distribution and the primary as fallback.

TLS is enabled in flexible mode by default, accepting both encrypted and unencrypted client connections. Data directories sit on NVMe SSD-backed block storage with online volume expansion — no downtime for storage scaling.

Point-in-time recovery is supported, letting you restore to any moment within the backup retention window.

Capabilities

What you get on Day One

MongoDB 7.0+ on dedicated EPYC hardware with replica sets, automated backups, and encryption.

MongoDB 7.0+

Latest stable with WiredTiger engine, aggregation pipeline, and Atlas-compatible drivers and connection strings.

Replica sets

Three-node replica set deployment with automatic primary election on failure and secondary read preference on eligible plans.

Automated backups

Daily snapshots with point-in-time recovery. Restore without manual mongodump or mongorestore operations.

Encryption

Encryption at rest for data directories and journal. TLS required for all client connections. No plaintext paths.

Technical reference

Configuration & Platform Details

A concise reference for architecture reviews, security questionnaires, and capacity planning.

Platform specifications

A concise reference for architecture reviews, security questionnaires, and capacity planning.

Engine
MongoDB 8.0, 7.0. Document model with replica set architecture.
Compute
Dedicated vCPU and memory per instance. No shared resources with adjacent databases. Scales via SKU plans.
Storage
NVMe SSD-backed block storage. Data volume scales independently from compute. Online volume expansion without downtime.
High availability
Replica set with 1–10 members. Automatic primary election and failover. Pod anti-affinity spreads instances across nodes. Pod Disruption Budget ensures minimum availability.
Proxy layer
HAProxy included on all instances. Write port 27017 routes to primary (first-match). Read port 27018 load-balances across secondaries (round-robin). Health checks every 5 seconds with automatic failover.
Backups
Logical backups with point-in-time recovery support. Supports S3-compatible, GCS, and Azure Blob storage destinations. On-demand and scheduled backups.
Monitoring
Built-in performance monitoring enabled by default. Query analytics, replication lag tracking, and database health metrics included.
Security
TLS enabled by default (flexible mode — accepts both TLS and non-TLS). SCRAM-SHA-256 authentication. Network policies for namespace-level isolation. Custom domain support with wildcard certificates.
Networking
Public access via dedicated LoadBalancer IP through HAProxy (write: 27017, read: 27018). Private access via internal DNS.