AWS documentdb documentation change
Summary
Removed 'please' from STS metric description and Python driver installation note
Security assessment
Editorial change maintains existing security documentation about STS GetCallerIdentity calls and IAM authentication without adding/removing security information. Authentication mechanisms remain unchanged.
Diff
diff --git a/documentdb/latest/devguide/iam-identity-auth.md b/documentdb/latest/devguide/iam-identity-auth.md index 0f50e79dc..a7169f228 100644 --- a//documentdb/latest/devguide/iam-identity-auth.md +++ b//documentdb/latest/devguide/iam-identity-auth.md @@ -198 +198 @@ For more info on supported events in auditing, see [Auditing Amazon DocumentDB e -**`StsGetCallerIdentityCalls`** : This metric shows how many `GetCallerIdentity` calls an Amazon DocumentDB instance is making to the regionalized AWS Security Token Service (AWS STS) endpoint. Please refer to the `MONGODB-AWS` authentication specification on why database instances need to make STS `GetCallerIdentity` calls. +**`StsGetCallerIdentityCalls`** : This metric shows how many `GetCallerIdentity` calls an Amazon DocumentDB instance is making to the regionalized AWS Security Token Service (AWS STS) endpoint. Refer to the `MONGODB-AWS` authentication specification on why database instances need to make STS `GetCallerIdentity` calls. @@ -231 +231 @@ See these pages for sample use cases and configurations: -Please make sure you use the following statement while installing the Python driver with IAM authentication: +Make sure you use the following statement while installing the Python driver with IAM authentication: