Beefy Boxes and Bandwidth Generously Provided by pair Networks
Perl Monk, Perl Meditation
 
PerlMonks  

Paws questions

by Krambambuli (Curate)
on May 01, 2017 at 18:53 UTC ( [id://1189280]=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    [profile instrument]
    source_profile = default
    ...
    region = us-east-1
    aws_secret_access_key = "MY_SECRET_ACCESS_KEY"
    aws_access_key_id = "MY_ACCESS_KEY_ID"
    
  2. or download this
    #!/usr/bin/perl
    
    use strict;
    ...
    
    print Dumper( $res );
    exit;
    
  3. or download this
    my $cloudwatch = Paws->service('CloudWatch', 
                                    caller => $lwp_caller, 
    ...
                                    region => 'us-east-1', 
                                    profile_name => 'instrument',
                                  );
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perlquestion [id://1189280]
Approved by 1nickt
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (6)
As of 2024-04-19 12:29 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found