AWS documentdb documentation change
Summary
Updated IAM/Secrets Manager links, corrected section capitalization ('Building Indexes' to 'Building indexes'), and migrated absolute URLs to relative paths.
Security assessment
Link formatting and capitalization improvements. References to IAM/Secrets Manager are maintenance of existing security documentation, not new additions or vulnerability fixes.
Diff
diff --git a/documentdb/latest/devguide/best_practices.md b/documentdb/latest/devguide/best_practices.md index f2331dfa7..52207e769 100644 --- a//documentdb/latest/devguide/best_practices.md +++ b//documentdb/latest/devguide/best_practices.md @@ -87 +87 @@ Appropriate `BufferCacheHitRatio` values depend on your use case and application -### Building Indexes +### Building indexes @@ -125 +125 @@ For security best practices, you must use AWS Identity and Access Management (IA - * Use IAM groups to effectively manage permissions for multiple users. For more information about IAM, see the [ IAM User Guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/Welcome.html). For information about IAM best practices, see [ IAM Best Practices](https://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html). + * Use IAM groups to effectively manage permissions for multiple users. For more information about IAM, see the [IAM User Guide](https://docs.aws.amazon.com/IAM/latest/UserGuide/Welcome.html). For information about IAM best practices, see [IAM best practices](https://docs.aws.amazon.com/IAM/latest/UserGuide/IAMBestPractices.html) in the _IAM User Guide_. @@ -129 +129 @@ For security best practices, you must use AWS Identity and Access Management (IA - * Configure AWS Secrets Manager to automatically rotate the secrets for Amazon DocumentDB. For more information, see [ Rotating Your AWS Secrets Manager Secrets](https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html) and [ Rotating Secrets for Amazon DocumentDB](https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets-documentdb.html) in the _AWS Secrets Manager User Guide_. + * Configure Secrets Manager to automatically rotate the secrets for Amazon DocumentDB. For more information, see [Rotating your secrets](https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets.html) and [Rotating secrets for Amazon DocumentDB](https://docs.aws.amazon.com/secretsmanager/latest/userguide/rotating-secrets-documentdb.html) in the _AWS Secrets Manager User Guide_. @@ -317 +317 @@ For time-series workloads, you can consider creating rolling collections instead -As a best practice, we recommend that when migrating data to Amazon DocumentDB, you first create your indexes in Amazon DocumentDB before migrating the data. Creating the indexes first can reduce the overall time and increase the speed of the migration. To do this, you can use the Amazon DocumentDB [Index Tool](https://github.com/awslabs/amazon-documentdb-tools). For more information on migrations, see the [Amazon DocumentDB migration guide](https://docs.aws.amazon.com/documentdb/latest/devguide/docdb-migration.html). +As a best practice, we recommend that when migrating data to Amazon DocumentDB, you first create your indexes in Amazon DocumentDB before migrating the data. Creating the indexes first can reduce the overall time and increase the speed of the migration. To do this, you can use the Amazon DocumentDB [Index Tool](https://github.com/awslabs/amazon-documentdb-tools). For more information on migrations, see the [Migrating to Amazon DocumentDB](./docdb-migration.html).