Beefy Boxes and Bandwidth Generously Provided by pair Networks
Don't ask to ask, just ask
 
PerlMonks  

Net::Amazon::EC2 loses pound-shebang when base64'd

by hesco (Deacon)
on Oct 04, 2009 at 05:59 UTC ( #799081=perlquestion: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
          if($build_config_instance){
            my $host = 'root@' . $instance->dns_name();
    ...
            `ssh -i $pvt_key $host /root/$build_script `;
          }
    
  2. or download this
    Oct  4 02:15:51 svrname S70ec2-get-credentials: New ssh key added to /
    +root/.ssh/authorized_keys from http://169.254.169.254/1.0/meta-data/p
    +ub
    lic-keys/0/openssh-key
    Oct  4 02:15:52 svrname S71ec2-run-user-data: Retrieving user-data
    Oct  4 02:15:52 svrname S71ec2-run-user-data: Skipping user-data as it
    + does not begin with #!
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    
      print STDERR Dumper($instance);
    }
    
  4. or download this
    #!/bin/bash
    set -e -x
    ...
    apt-get --yes update
    apt-get --yes upgrade
    apt-get --yes install subversion build-essential etc . . .
    

Log In?
Username:
Password:

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

How do I use this? | Other CB clients
Other Users?
Others cooling their heels in the Monastery: (3)
As of 2023-05-28 17:23 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found

    Notices?