ec2-get-password From Amazon Elastic Compute Cloud: 2008-12-01 previous page next page ec2-get-passwordSyntaxec2-get-password instanceId -k windows-keypair Description Retrieves and decrypts the administrator password for the instances running Windows. You must specify the key pair used to launch the instance. Note There is no SOAP or Query version of the ec2-get-password command. OptionsOptionDescriptionRequiredinstanceIdThe ID of the instance. Example: i-9b76d0f3 Yeswindows-keypairThe file that contains the private key used to launch the instance. Example: windows-keypair YesOutput Amazon EC2 returns a table that contains the following information: The Windows administrator password Amazon EC2 displays errors on stderr. ExampleThis example returns the administrator password for the i-2574e22a instance.PROMPT> ec2-get-password i-2574e22a -k windows-keypair q96A40B9wRelated Topics ec2-run-instances ec2-describe-instances previous page start next page