AWS AWSEC2 documentation change
Summary
Simplified key pair description documentation by removing redundant statements and streamlining CLI/PowerShell command examples
Security assessment
Changes are purely editorial improvements to key pair documentation with no security implications or references to security features/vulnerabilities.
Diff
diff --git a/AWSEC2/latest/UserGuide/describe-keys.md b/AWSEC2/latest/UserGuide/describe-keys.md index f6f62249b..2795b67cd 100644 --- a//AWSEC2/latest/UserGuide/describe-keys.md +++ b//AWSEC2/latest/UserGuide/describe-keys.md @@ -26,2 +25,0 @@ You can view the following information about your public keys that are stored in -You can use the Amazon EC2 console or AWS CLI to view information about your public keys. - @@ -51 +49 @@ AWS CLI -Use the [describe-key-pairs](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-key-pairs.html) command and specify the `--key-names` option. +Use the [describe-key-pairs](https://awscli.amazonaws.com/v2/documentation/api/latest/reference/ec2/describe-key-pairs.html) command. @@ -61 +59 @@ PowerShell -Use the [Get-EC2KeyPair](https://docs.aws.amazon.com/powershell/latest/reference/items/Get-EC2KeyPair.html) cmdlet and specify the `-KeyName` parameter. +Use the [Get-EC2KeyPair](https://docs.aws.amazon.com/powershell/latest/reference/items/Get-EC2KeyPair.html) cmdlet.