AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Creates a 2048-bit RSA key pair with the specified name. Amazon EC2 stores the public key and displays the private key for you to save to a file. The private key is returned as an unencrypted PEM encoded PKCS#8 private key. If a key with the specified name already exists, Amazon EC2 returns an error.

You can have up to five thousand key pairs per region.

The key pair returned to you is available only in the region in which you create it. To create a key pair that is available in all regions, use ImportKeyPair.

For more information about key pairs, see Key Pairs in the Amazon Elastic Compute Cloud User Guide.

Namespace: Amazon.EC2
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public virtual CreateKeyPairResponse CreateKeyPair(
         CreateKeyPairRequest request
)

Parameters

request
Type: Amazon.EC2.Model.CreateKeyPairRequest

Container for the necessary parameters to execute the CreateKeyPair service method.

Return Value
Type: Amazon.EC2.Model.CreateKeyPairResponse
The response from the CreateKeyPair service method, as returned by EC2.

Version Information

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