Difference between revisions of "Aws ec2 describe-key-pairs"

From wikieduonline
Jump to navigation Jump to search
Tags: Mobile web edit, Mobile edit
Line 1: Line 1:
 
{{lowercase}}
 
{{lowercase}}
  
<pre>
+
{
{
+
    "KeyPairs": [
    "KeyPairs": [
+
        {
        {
+
            "KeyPairId": "key-0a0f9881ba29a5978",
            "KeyPairId": "key-0a0f9881ba29a5978",
+
            "KeyFingerprint": "ee:74:9e:3f:e5:02:7d:ae:60:e8:5d:cb:68:4a:cb:07:b5:a7:ce:91",
            "KeyFingerprint": "ee:74:9e:3f:e5:02:7d:ae:60:e8:5d:cb:68:4a:cb:07:b5:a7:ce:91",
+
            "[[KeyName]]": "YourKeyName",
            "KeyName": "YourKeyName",
+
            "Tags": []
            "Tags": []
+
        }
        }
+
    ]
    ]
+
}
}
 
</pre>
 
  
 
*<code>[[aws ec2 import-key-pair]]</code>
 
*<code>[[aws ec2 import-key-pair]]</code>

Revision as of 11:51, 13 September 2021

{
    "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": []
        }
    ]
}

See also

Advertising: