AWS AWSEC2 documentation change
Summary
Updated AWS CLI documentation links to use 'docs.aws.amazon.com' domain instead of 'awscli.amazonaws.com'
Security assessment
The changes only update URL paths to AWS CLI command references. There is no evidence of security vulnerability fixes or new security guidance. The updates appear to standardize documentation links rather than address security concerns.
Diff
diff --git a/AWSEC2/latest/UserGuide/connect-using-eice.md b/AWSEC2/latest/UserGuide/connect-using-eice.md index f4479cbad..74ce0bece 100644 --- a//AWSEC2/latest/UserGuide/connect-using-eice.md +++ b//AWSEC2/latest/UserGuide/connect-using-eice.md @@ -82 +82 @@ The following examples use [OpenSSH](https://www.openssh.com/). You can use any -Use `ssh` and the [open-tunnel](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2-instance-connect/open-tunnel.html) AWS CLI command as follows. The `-o` proxy command encloses the `open-tunnel` command that creates the private tunnel to the instance. +Use `ssh` and the [open-tunnel](https://docs.aws.amazon.com/cli/latest/reference/ec2-instance-connect/open-tunnel.html) AWS CLI command as follows. The `-o` proxy command encloses the `open-tunnel` command that creates the private tunnel to the instance. @@ -101 +101 @@ For: -To allow multiple connections to an instance, first run the [open-tunnel](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2-instance-connect/open-tunnel.html) AWS CLI command to start listening for new TCP connections, and then use `ssh` to create a new TCP connection and a private tunnel to your instance. +To allow multiple connections to an instance, first run the [open-tunnel](https://docs.aws.amazon.com/cli/latest/reference/ec2-instance-connect/open-tunnel.html) AWS CLI command to start listening for new TCP connections, and then use `ssh` to create a new TCP connection and a private tunnel to your instance. @@ -132 +132 @@ You might also see the following: -If you only know your instance ID, you can use the [ec2-instance-connect](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2-instance-connect/index.html) AWS CLI command to connect to your instance using an SSH client. For more information about using the [ec2-instance-connect](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2-instance-connect/index.html) command, see [Connect using the AWS CLI](./ec2-instance-connect-methods.html#connect-linux-inst-eic-cli-ssh). +If you only know your instance ID, you can use the [ec2-instance-connect ssh](https://docs.aws.amazon.com/cli/latest/reference/ec2-instance-connect/ssh.html) AWS CLI command to connect to your instance using an SSH client. For more information, see [Connect using the AWS CLI](./ec2-instance-connect-methods.html#connect-linux-inst-eic-cli-ssh). @@ -140 +140 @@ Install AWS CLI version 2 and configure it using your credentials. For more info -If you only know the instance ID, use the [ec2-instance-connect](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2-instance-connect/index.html) CLI command, and specify the `ssh` command, the instance ID, and the `--connection-type` parameter with the `eice` value. +If you only know the instance ID, use the [ec2-instance-connect ssh](https://docs.aws.amazon.com/cli/latest/reference/ec2-instance-connect/ssh.html) CLI command, and specify the `ssh` command, the instance ID, and the `--connection-type` parameter with the `eice` value. @@ -204 +204 @@ For more troubleshooting tips for Linux instances, see [Troubleshoot issues conn -If you receive an `AccessDeniedException` error, and the `maxTunnelDuration` condition is specified in the IAM policy, be sure to specify the `--max-tunnel-duration` parameter when connecting to an instance. For more information about this parameter, see [open-tunnel](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2-instance-connect/open-tunnel.html) in the _AWS CLI Command Reference_. +If you receive an `AccessDeniedException` error, and the `maxTunnelDuration` condition is specified in the IAM policy, be sure to specify the `--max-tunnel-duration` parameter when connecting to an instance. For more information about this parameter, see [open-tunnel](https://docs.aws.amazon.com/cli/latest/reference/ec2-instance-connect/open-tunnel.html) in the _AWS CLI Command Reference_.