AWS documentdb documentation change
Summary
Capitalized 'region' to 'Region' in two places and updated a markdown link format for CreateDBCluster.
Security assessment
Changes are minor text corrections and formatting updates. No security implications as they don't address vulnerabilities or modify security configurations.
Diff
diff --git a/documentdb/latest/devguide/db-cluster-create.md b/documentdb/latest/devguide/db-cluster-create.md index 3f624e7a3..60e0daee7 100644 --- a//documentdb/latest/devguide/db-cluster-create.md +++ b//documentdb/latest/devguide/db-cluster-create.md @@ -178 +178 @@ If you accept the default settings now, you can change most of them later by mod -If you did not change the defaults settings for your cluster, you created a cluster using the default security group for the default VPC in the given region. To connect to Amazon DocumentDB, you must enable inbound connections on port 27017 (or the port of your choice) for your cluster’s security group. +If you did not change the defaults settings for your cluster, you created a cluster using the default security group for the default VPC in the given Region. To connect to Amazon DocumentDB, you must enable inbound connections on port 27017 (or the port of your choice) for your cluster’s security group. @@ -370 +370 @@ Also, `--engine-version` is an optional parameter that defaults to the latest ma -If a `db-subnet-group-name` or `vpc-security-group-id` is not specified, Amazon DocumentDB will use the default subnet group and Amazon VPC security group for the given region. +If a `db-subnet-group-name` or `vpc-security-group-id` is not specified, Amazon DocumentDB will use the default subnet group and Amazon VPC security group for the given Region. @@ -442 +442 @@ When you use the AWS CLI to create an Amazon DocumentDB cluster, no instances ar -For more information, see [`CreateDBCluster`](https://docs.aws.amazon.com/documentdb/latest/APIReference/API_CreateDBCluster.html) in the _Amazon DocumentDB API Reference_. +For more information, see [CreateDBCluster](https://docs.aws.amazon.com/documentdb/latest/APIReference/API_CreateDBCluster.html) in the _Amazon DocumentDB API Reference_.