Help for this page

Select Code to Download


  1. or download this
    my $ec2 = VM::EC2->new(-access_key => 'wew23232',
                           -secret_key => '3232323',
                           -endpoint=> 'http://ec2.amazonaws.com',
    ...
    
    #Get image
    my $image = $ec2->describe_images('ami-469e1d2a');
    
  2. or download this
    #!/usr/local/perl-5.23.3/perl
    
    ...
       print $d->volumeSize,"\n";
    }