AWS documentdb documentation change
Summary
Updated 'Getting Started' link to relative path and modified EC2 connection instructions phrasing
Security assessment
Changes focus on link formatting and minor rephrasing. SSH tunneling security reference remains unchanged. No security vulnerability addressed.
Diff
diff --git a/documentdb/latest/devguide/connect-jdbc.md b/documentdb/latest/devguide/connect-jdbc.md index 84e21bfbf..370c9d523 100644 --- a//documentdb/latest/devguide/connect-jdbc.md +++ b//documentdb/latest/devguide/connect-jdbc.md @@ -37 +37 @@ For more detailed information, refer to the [Amazon DocumentDB JDBC Driver docum -If you do not have an Amazon DocumentDB cluster created, then create one using the instructions in the [Getting Started](https://docs.aws.amazon.com/documentdb/latest/devguide/get-started-guide.html) section of the Amazon DocumentDB Developer Guide. +If you do not have an Amazon DocumentDB cluster created, then create one using the instructions in the [Get started with Amazon DocumentDB](./get-started-guide.html). @@ -41 +41 @@ If you do not have an Amazon DocumentDB cluster created, then create one using t -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-jdbc-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 will need to create an SSH connection to an Amazon EC2 instance. In this case, launch your cluster using the instructions in [Connect using Amazon EC2](./connect-ec2.html). See [Using an SSH Tunnel to Connect to Amazon DocumentDB](https://github.com/aws/amazon-documentdb-jdbc-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.