AWS redshift documentation change
Summary
Updated JDBC driver version references from 2.1.x to 2.x in connection instructions
Security assessment
Version number updates reflect broader driver compatibility without modifying security-related configurations or authentication methods. Port range specifications remain unchanged.
Diff
diff --git a/redshift/latest/mgmt/serverless-connecting.md b/redshift/latest/mgmt/serverless-connecting.md index 44cac1939..ca10499d2 100644 --- a//redshift/latest/mgmt/serverless-connecting.md +++ b//redshift/latest/mgmt/serverless-connecting.md @@ -33 +33 @@ You can use one of the following methods to connect to Amazon Redshift Serverles -To connect with sign-in credentials for database authentication using JDBC driver version 2.1.x or later, use the following syntax. The port number is optional; if not included, Amazon Redshift Serverless defaults to port number 5439. You can change to another port from the port range of 5431-5455 or 8191-8215. To change the default port for a serverless endpoint, use the AWS CLI and Amazon Redshift API. +To connect with sign-in credentials for database authentication using the JDBC driver version 2.x, use the following syntax. The port number is optional; if not included, Amazon Redshift Serverless defaults to port number 5439. You can change to another port from the port range of 5431-5455 or 8191-8215. To change the default port for a serverless endpoint, use the AWS CLI and Amazon Redshift API. @@ -43 +43 @@ For example, the following connection string specifies the workgroup default, th -To connect with IAM using JDBC driver version 2.1.x or later, use the following syntax. The port number is optional; if not included, Amazon Redshift Serverless defaults to port number 5439. You can change to another port from the port range of 5431-5455 or 8191-8215. To change the default port for a serverless endpoint, use the AWS CLI and Amazon Redshift API. +To connect with IAM using the JDBC driver version 2.x, use the following syntax. The port number is optional; if not included, Amazon Redshift Serverless defaults to port number 5439. You can change to another port from the port range of 5431-5455 or 8191-8215. To change the default port for a serverless endpoint, use the AWS CLI and Amazon Redshift API.