Skip to main content
Version: 47.0.0

a9s MongoDB

This documentation describes the a9s MongoDB service. a9s MongoDB enables on-demand provisioning of VM-based, dedicated MongoDB servers and clusters. Developers can create instances of a MongoDB server or cluster using Apps Manager or the Cloud Foundry Command Line interface (cf CLI) and bind these instances to an application. Depending on your service plan, a service instance may be associated with a single, dedicated VM or a set of VMs consisting of multiple VMs containing a MongoDB replica set cluster.

a9s-mongodb-image

Overview

When you run the cf CLI cf create-service a9s-mongodb command, BOSH creates dedicated VMs for this service instance. This allows the best possible bad neighborhood protection.

MongoDB service instance provisioning, including VM orchestration, is entirely automated. This enables service instances to be highly isolated and shielded by infrastructure virtualization mechanisms.

Due to the on-demand provisioning on VMs, only existing service instances allocate infrastructure resources. These resources are released when service instances are destroyed. Using on-demand provisioning the number of service instances is not limited by design.

Distributed across multiple infrastructure availability zones, clustered data service plans enable short failover times and are resilient against failures of individual infrastructure hosts or entire availability zones.

Current Features

The current version of a9s MongoDB includes the following key features:

FeatureBenefit
On­-Demand Service Instance Provisioninga9s MongoDB deploys MongoDB instances automatically. Developers can provision a single-VM MongoDB server or a multi-VM MongoDB Replica Set using a single command.
Service Instance IsolationEach MongoDB server runs on a dedicated VM to ensure bad neighborhood protection in order to be aligned with enterprise security requirements.

a9s MongoDB uses Cloud Foundry security groups to prevent network connections being established by unauthorized applications.
High Availabilitya9s MongoDB ensures high-availability using MongoDB Replica Sets.

The Consul-based internal DNS system ensures that the connected application always connects to a working node.
Smoke Testsa9s MongoDB contains a post-deploy smoke tests errand that runs a series of basic test against your installation to ensure that it is configured properly.
Service Instance Capacity UpgradeCloud Foundry Service Plan updates allow upgrades to the RAM, CPU and storage capacity for your MongoDB instances.
Logging and MonitoringEach MongoDB service instance provides log messages and MongoDB-specific metrics to one or more syslog/graphite endpoints. You can configure the syslog/graphite endpoint to receive logging and monitoring information.
Deployment UpdaterThis errand automatically updates the stemcell and all provisioned a9s MongoDB service instances to their lastest version.
Backup ManagerThe Backup Manager does regular backup of your instances and offers endpoints to backup instantly and restore backups.
CF Service GuardThe CF Service Guard creates Cloud Foundry App Security Groups for your service instance VMs.

When the IP address of a service instance changes, the CF Service Guard updates the ASG.

Usage restrictions

MongoDB Inc. has previously changed the license of the MongoDB code base from AGPL to SSPL. This licensing change affects all MongoDB releases from MongoDB Inc. after 16th of October 2018. anynines now only maintains releases under the new license. The SSPL license may or may not impact your MongoDB usage. If you are running MongoDB for users inside your organization then this is fine as before. However, if you are offering MongoDB as a service to 3rd parties (for example via a Public PaaS) then you will need a commercial agreement with MongoDB Inc. You can find out more about the SSPL here: Server Side Public License FAQ. If you believe your use case is affected by the SSPL please get in touch with us and we will help you arrange a conversation with MongoDB Inc. about commercial licensing. Releases containing SSPL code will be clearly labeled and we will continue to communicate the changes ahead of time, to the largest extent possible.