OFFERINGS

by Steve Dondley

⬅ Notes listing

Author's note: The note below is part of a digital garden. Therefore, it is likely incomplete, inaccurate or both. In other words, it's just like other information sources but perhaps to a higher degree. That said, it may still be worth exploring.

Amazon Web Services

   Updated:

notes

template id for debian template: lt-09e730fd0e1a9da54

command line

  • How do you create as new instance from the command line from an instance template?
  • How do you get a list of instances from EC2?
    • aws ec2 describe-instances
      • returns json

Perl api (paws distribution)

my $obj = Paws->service('EC2',
  region => 'us-east-1',
);
  • Allocate a new ip address: my $res = $obj->AllocateAddress;

Other notes linking here:

Automation


View the edit history