C# 클래스 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.

상속: AmazonEC2Request
파일 보기 프로젝트 열기: aws/aws-sdk-net 1 사용 예제들

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
IsSetInstanceId ( ) : bool

메소드 상세

GetPasswordDataRequest() 공개 메소드

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

GetPasswordDataRequest() 공개 메소드

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