Skip to main content
Skip table of contents

Admin: Amazon DocumentDB Configuration

This section describes how to prepare pre-requisites and configure data connections for the Amazon DocumentDB NoSQL auxiliary database.

  1. In a web browser, log into the AWS console at:
    https://<account id>.signin.aws.amazon.com/console
    ...replacing '<account id>' with your AWS account ID.

  2. In the AWS console home page, search for Amazon DocumentDB.

  3. In the Amazon DocumentDB home page, click Clusters to create new cluster.  The Clusters option is located on the left navigation menu.  Provide all the mandatory parameters for the new cluster and click Create cluster.

    image-20250917-185631.png
  4. Once the cluster has been created, click Parameters Group to create new a custom parameter group.

    image-20250917-185644.png
  5. Provide a descriptive name and click Create. See the example below.

    image-20250917-185655.png
  6. You must associate your custom parameter group with your Amazon DocumentDB clusters.  To associate a custom parameter group to a cluster, click Clusters on the navigation menu. Locate the instance in the list of instances and click the button to the left of its name. Click Modify. 

  7. Select your custom parameter group in the Cluster parameter group dropdown box.

    image-20250917-185710.png
  8. To disable the TLS option for the cluster, click Parameter groups on navigation menu.  Double-click your custom parameter group in the list of Clusters parameter groups.  Find the 'tls' option and select disabled in the Modify tls dialog.

    image-20250917-185722.png
  9. Click Modify cluster parameter to save the changes.

  10. Once TLS has been disabled, you must reboot the Amazon DocumentDB cluster for the change to take effect.  To reboot the Amazon DocumentDB cluster, click Instances on the left navigation menu.  Locate the instance in the list of instances and click the button to the left of its name.  Select Actions > Reboot.

  11. The following connection string format should be used when configuring an Amazon DocumentDB auxiliary database in the Server Workbench Clients interface:

    JSON
    {
      "ConnectionString": "mongodb://<username>:<password>@<cluster_name>.<AWS-Region>.docdb.amazonaws.com:27017?ssl=false&replicaSet=rs0",
      "DatabaseName":     "the_name_of_database"
    }

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.