Difference between revisions of "Aws ec2 describe-key-pairs"
Jump to navigation
Jump to search
(9 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{lowercase}} | |
− | { | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | } | ||
− | |||
− | [[aws ec2 import-key-pair]] | + | { |
+ | "KeyPairs": [ | ||
+ | { | ||
+ | "KeyPairId": "key-0a0f9881ba29a5978", | ||
+ | "KeyFingerprint": "ee:74:9e:3f:e5:02:7d:ae:60:e8:5d:cb:68:4a:cb:07:b5:a7:ce:91", | ||
+ | "[[KeyName]]": "YourKeyName", | ||
+ | "Tags": [] | ||
+ | } | ||
+ | ] | ||
+ | } | ||
+ | |||
+ | * <code>aws ec2 describe-key-pairs --output=text</code> | ||
+ | |||
+ | == Related commands == | ||
+ | * <code>[[aws ec2 import-key-pair]]</code> | ||
+ | * <code>[[aws list all]]</code> | ||
+ | * <code>[[aws ec2 create-key-pair]]</code> | ||
+ | * <code>[[aws ec2 delete-key-pair]]</code> | ||
+ | * <code>[[key_name]]</code> | ||
== See also == | == See also == |
Latest revision as of 09:09, 1 February 2023
{ "KeyPairs": [ { "KeyPairId": "key-0a0f9881ba29a5978", "KeyFingerprint": "ee:74:9e:3f:e5:02:7d:ae:60:e8:5d:cb:68:4a:cb:07:b5:a7:ce:91", "KeyName": "YourKeyName", "Tags": [] } ] }
aws ec2 describe-key-pairs --output=text
Related commands[edit]
See also[edit]
- AWS EC2, AWS::EC2,
aws ec2
[describe-instances | describe-instance-status
|run-instances | terminate-instances | stop-instances
|tags
|describe-vpcs
|describe-addresses
|describe-availability-zones
|describe-subnets
|import-key-pair
|create-key-pair
|create-vpc
|create-internet-gateway
|modify-instance-attribute | ec2-instance-connect | get-console-output
]
Advertising: