AWS cli documentation change
Summary
Updated AWS CLI version references from 2.34.57 to 2.34.61. Clarified that --private-ip-address supports both IPv4 and IPv6 addresses.
Security assessment
Version updates are routine maintenance. Adding IPv6 support clarification improves documentation accuracy but doesn't address security vulnerabilities or introduce security features.
Diff
diff --git a/cli/latest/reference/ec2-instance-connect/open-tunnel.md b/cli/latest/reference/ec2-instance-connect/open-tunnel.md index f6706d7e8..ce510851d 100644 --- a//cli/latest/reference/ec2-instance-connect/open-tunnel.md +++ b//cli/latest/reference/ec2-instance-connect/open-tunnel.md @@ -15 +15 @@ - * [AWS CLI 2.34.57 Command Reference](../../index.html) » + * [AWS CLI 2.34.61 Command Reference](../../index.html) » @@ -58 +58 @@ First time using the AWS CLI? See the [User Guide](https://docs.aws.amazon.com/c -Opens a websocket tunnel to the specified EC2 Instance or private ip. +Opens a websocket tunnel to the specified EC2 Instance or IP address. @@ -101 +101 @@ Opens a websocket tunnel to the specified EC2 Instance or private ip. -`--private-ip-address` (string) Specify the private ip address to open a tunnel for. If this is specified, you must specify instance-connect-endpoint-id. +`--private-ip-address` (string) Specify the private IPv4 (or IPv6) address to open a tunnel for. If this is specified, you must specify instance-connect-endpoint-id. @@ -228 +228 @@ The formatting style for error output. By default, errors are displayed in enhan - * [AWS CLI 2.34.57 Command Reference](../../index.html) » + * [AWS CLI 2.34.61 Command Reference](../../index.html) »