SYNOPSIS
Contents
Methods
These methods control several Windows platform-related functions. However, only GetPasswordData is
implemented by VM::EC2 (volunteers welcome).
Implemented:
GetPasswordData
Unimplemented:
BundleInstance
CancelBundleTask
DescribeBundleTasks
$password_data=$ec2->get_password_data($instance_id);$password_data=$ec2->get_password_data(-instance_id=>$id);
For Windows instances, get the administrator's password as a VM::EC2::Instance::PasswordData object.
See Also
VM::EC2
Synopsis
use VM::EC2 ':misc';
