AWS documentdb documentation change
Summary
Updated EC2 connection instructions and standardized 'Region' capitalization in VPC description
Security assessment
Minor phrasing improvements and terminology standardization. VPC security architecture description remains substantively unchanged. No security fixes implemented.
Diff
diff --git a/documentdb/latest/devguide/connect-odbc.md b/documentdb/latest/devguide/connect-odbc.md index 7cea129c3..9f1d31fda 100644 --- a//documentdb/latest/devguide/connect-odbc.md +++ b//documentdb/latest/devguide/connect-odbc.md @@ -43 +43 @@ If you don't already have an Amazon DocumentDB cluster, there are a number of wa -Amazon DocumentDB is a Virtual Private Cloud (VPC)-only service. If you are connecting from a local machine outside the cluster's VPC, you will need to create an SSH connection to an Amazon EC2 instance. In this case, launch your cluster using the instructions in [Connect with EC2](https://docs.aws.amazon.com/documentdb/latest/devguide/connect-ec2.html). See [Using an SSH Tunnel to Connect to Amazon DocumentDB](https://github.com/aws/amazon-documentdb-odbc-driver/blob/develop/src/markdown/setup/setup.md#using-an-ssh-tunnel-to-connect-to-amazon-documentdb) for more information on SSH tunneling and when you might need it. +Amazon DocumentDB is a Virtual Private Cloud (VPC)-only service. If you are connecting from a local machine outside the cluster's VPC, you need to create an SSH connection to an Amazon EC2 instance. For more information, see [Connect using Amazon EC2](./connect-ec2.html). For more information on SSH tunneling, see [Using an SSH Tunnel to Connect to Amazon DocumentDB](https://github.com/aws/amazon-documentdb-odbc-driver/blob/develop/src/markdown/setup/setup.md#using-an-ssh-tunnel-to-connect-to-amazon-documentdb). @@ -58 +58 @@ Download the Amazon DocumentDB ODBC driver [here](https://github.com/aws/amazon- -Amazon DocumentDB clusters are deployed within an Amazon Virtual Private Cloud (Amazon VPC). They can be accessed directly by Amazon EC2 instances or other AWS services that are deployed in the same Amazon VPC. Additionally, Amazon DocumentDB can be accessed by Amazon EC2 instances or other AWS services in different VPCs in the same AWS region or other regions via VPC peering. +Amazon DocumentDB clusters are deployed within an Amazon Virtual Private Cloud (Amazon VPC). They can be accessed directly by Amazon EC2 instances or other AWS services that are deployed in the same Amazon VPC. Additionally, Amazon DocumentDB can be accessed by Amazon EC2 instances or other AWS services in different VPCs in the same AWS Region or other Regions via VPC peering.