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',
                                  );