sricola / pyec2launcher

Amazon ec2 launcher in Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyec2launcher

taxi checklist

pre-flight

you need to know the following

  • AWS account credentials (http://aws.amazon.com/iam/)
  • create the appropriate group in EC2
  • create and download a keypair in ec2, remember the name (you will launch the instance with this key, and SSH to it initially using this)

runway preparation

  • edit the pyec2launcher.py file and insert your AWS credentials
  • determine the security group you would like to place the instance in
  • determine the AMI you would like to use
  • determine the launch keypair you would like to use, and create if necessary

About

Amazon ec2 launcher in Python


Languages

Language:Python 100.0%