Docs Menu

Docs HomeLaunch & Manage MongoDBMongoDB Atlas

Manage a Federated Database Instance

On this page

  • Administration Commands
  • Authentication Options

The Atlas Data Federation configuration defines mappings between your data stores and Atlas Data Federation. This section describes the commands you can use to create, update, retrieve, and remove stores, databases, collections, and views in your federated database instance storage configuration.

Note

Any MongoDB user in the Atlas project with the atlasAdmin role can retrieve and update the federated database instance configuration.

The MongoDB Shell, mongosh, lets you create, remove, and retrieve stores in your federated database instance storage configuration using the following commands:

The MongoDB Shell, mongosh, lets you remove a database from your federated database instance storage configuration using the following commands:

The MongoDB Shell, mongosh, lets you create, remove, and/or rename collections and views in your federated database instance storage configuration using the following commands:

Data Federation uses SCRAM-SHA, x509, OIDC, and AWS IAM for authentication. It doesn't support LDAP.

← Administer Federated Database Instances