Skip to content

toomore/aws-tools

Repository files navigation

My AWS Tools

docs

http://aws-tools-docs.toomore.net/

AwsEC2Tools

  1. Auto snapshot. (create_snapshot)
  2. Created from AMIs in VPC. (register_image, run_from_image)
  3. Created spot instances in VPC. (run_spot_instances_from_image, get_spot_price_history)

./awsec2tools

AwsEC2MetaData

  1. Get EC2 meta-data info.

./awsec2tools

AwsSESTools

  1. Sender with UTF-8 charset.

./awssestools

AwsS3Tools

  1. CRUD files by using S3.
  2. #TODO update key with the same acl.

./awss3tools

AwsSQSTools

  1. write/get messages.
  2. #TODO increase get_messages concurrency.

./awssqstools

Target

  1. SQS Worker.
  2. SES with html template.
  3. gevent.