Available plans for ObjectRocket’s hosted MongoDB offering¶
ObjectRocket currently offers the following two different MongoDB plans:
A sharded version
A simpler replica set
Replica sets¶
ObjectRocket replica set MongoDB instances are for customers that want the benefits of a highly available MongoDB instance but don’t need the distribution of sharding.
Replica set MongoDB instances are available in 5 GB, 20 GB, 50 GB, and 100 GB sizes. If you need a larger instance, contact a Data Specialist. Like sharded plans, Replica sets also have three members (one primary node and two secondary nodes) but without the mongos servers and config servers required for sharding. The primary node receives all write operations while the secondary nodes replicate the primary’s data. If the primary node is unavailable, then one of the secondary nodes becomes the primary, providing the necessary fault tolerance.
Warning
Replica set instances don’t offer ServiceNet connectivity. If you need this feature, use a sharded plan.
The following diagram shows the infrastructure of an ObjectRocket replica set.
Note
Replica set instances in Azure are limited to a primary data node, a single secondary data node, and an arbiter instead of two secondary data nodes. These instances are still highly available and applicable for production environments but don’t have the extra layer of redundancy offered by two secondary data nodes.
General connectivity¶
All ObjectRocket plans have the ability to enable SSL encryption when they connect to the instance. The MongoDB Connections Example section include specific instructions for connecting via SSL encryption.
Certain ObjectRocket data centers have an AWS DirectConnect connection that offers private connectivity between ObjectRocket and an AWS region. This feature lets customers connect their ObjectRocket instance to AWS with a low latency and high bandwidth dedicated link. Find more information in the ObjectRocket-AWS DirectConnect Blog.
The following table outlines the ObjectRocket data center to AWS region combinations.
ObjectRocket region |
AWS region |
|---|---|
IAD (N. Virginia) |
US-East-1 (N. Virginia) |
LON (London) |
EU-West-1 (Ireland) |
LON (London) |
EU-West-2 (London) |
AUS (Sydney) |
AP-Southeast-2 (Sydney) |
Note
Some MongoDB types (replica set, sharded) are not available in all ObjectRocket data centers. Be sure to check your availability.
Contact the Support team with any questions.
