Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 6 additions & 4 deletions source/security/auth/aws-iam.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,13 @@ The ``MONGODB-AWS`` authentication mechanism uses Amazon Web Services
Identity and Access Management (AWS IAM) credentials to authenticate a user to MongoDB.
You can use this mechanism only when authenticating to MongoDB Atlas.

.. tip:: Configure Atlas for AWS IAM Authentication
To learn more about configuring MongoDB Atlas for AWS IAM authentication, see
:atlas:`Set Up Authentication with AWS IAM </security/aws-iam-authentication/>` in
the Atlas documentation.

To learn more about configuring MongoDB Atlas for AWS IAM authentication, see
:atlas:`Set Up Authentication with AWS IAM </security/aws-iam-authentication/>` in
the Atlas documentation.
.. note:: AWS SDK Testing

``MONGODB-AWS`` is tested with versions 2.30.31 and 1.12.782 of the AWS SDK.

Code Placeholders
~~~~~~~~~~~~~~~~~
Expand Down
Loading