AmazonEC2Client.ImportKeyPair Method (ImportKeyPairRequest)

.NET Framework 3.5
 
 
 
Did this page help you?  Yes  No   Tell us about it...

Imports the public key from an RSA key pair created with a third-party tool. This operation differs from CreateKeyPair as the private key is never transferred between the caller and AWS servers.

RSA key pairs are easily created on Microsoft Windows and Linux OS systems using the ssh-keygen command line tool provided with the standard OpenSSH installation. Standard library support for RSA key pair creation is also available for Java, Ruby, Python, and many other programming languages.

The following formats are supported:

  • OpenSSH public key format,
  • Base64 encoded DER format.
  • SSH public key file format as specified in RFC4716 .

Namespace: Amazon.EC2
Assembly: AWSSDK.dll
Version: 2.0.0.3

Syntax

C#
public virtual ImportKeyPairResponse ImportKeyPair(
         ImportKeyPairRequest importKeyPairRequest
)

Parameters

importKeyPairRequest
Type: Amazon.EC2.Model.ImportKeyPairRequest

Container for the necessary parameters to execute the ImportKeyPair service method on AmazonEC2.

Return Value
Type: Amazon.EC2.Model.ImportKeyPairResponse
The response from the ImportKeyPair service method, as returned by AmazonEC2.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5