C# Class Amazon.EC2.Model.GetPasswordDataRequest

Container for the parameters to the GetPasswordData operation. Retrieves the encrypted administrator password for an instance running Windows.

The Windows password is generated at boot if the EC2Config service plugin, Ec2SetPassword, is enabled. This usually only happens the first time an AMI is launched, and then Ec2SetPassword is automatically disabled. The password is not generated for rebundled AMIs unless Ec2SetPassword is enabled before bundling.

The password is encrypted using the key pair that you specified when you launched the instance. You must provide the corresponding key pair file.

Password generation and encryption takes a few moments. We recommend that you wait up to 15 minutes after launching an instance before trying to retrieve the generated password.

Inheritance: AmazonEC2Request
Show file Open project: aws/aws-sdk-net Class Usage Examples

Public Methods

Method Description
GetPasswordDataRequest ( ) : System

Empty constructor used to set properties independently even when a simple constructor is available

GetPasswordDataRequest ( string instanceId ) : System

Instantiates GetPasswordDataRequest with the parameterized properties

Private Methods

Method Description
IsSetInstanceId ( ) : bool

Method Details

GetPasswordDataRequest() public method

Empty constructor used to set properties independently even when a simple constructor is available
public GetPasswordDataRequest ( ) : System
return System

GetPasswordDataRequest() public method

Instantiates GetPasswordDataRequest with the parameterized properties
public GetPasswordDataRequest ( string instanceId ) : System
instanceId string The ID of the Windows instance.
return System