AWS AWSEC2 documentation change
Summary
Updated AWS CLI command link to use 'cli/latest/reference' path instead of 'v2/documentation/api/latest'
Security assessment
The change only corrects the URL path for the 'send-serial-console-ssh-public-key' command reference. No security-related content was added or modified regarding serial console SSH key usage.
Diff
diff --git a/AWSEC2/latest/UserGuide/connect-to-serial-console.md b/AWSEC2/latest/UserGuide/connect-to-serial-console.md index 6aafe6cc5..cffd37102 100644 --- a//AWSEC2/latest/UserGuide/connect-to-serial-console.md +++ b//AWSEC2/latest/UserGuide/connect-to-serial-console.md @@ -92 +92 @@ Before connecting, make sure you have completed the [prerequisites](./ec2-serial -Use the [send-serial-console-ssh-public-key](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2-instance-connect/send-serial-console-ssh-public-key.html) command to push your SSH public key to the instance. This starts a serial console session. +Use the [send-serial-console-ssh-public-key](https://docs.aws.amazon.com/cli/latest/reference/ec2-instance-connect/send-serial-console-ssh-public-key.html) command to push your SSH public key to the instance. This starts a serial console session.