Skip to content

Instantly share code, notes, and snippets.

View chitopunk's full-sized avatar
💭
deploying beer

Leon Garcia chitopunk

💭
deploying beer
View GitHub Profile
@chitopunk
chitopunk / ec2.py
Created May 6, 2016 20:39 — forked from iMilnb/ec2.py
AWS EC2 simple manipulation script using python and boto3
#!/usr/bin/env python
# Simple [boto3](https://github.com/boto/boto3) based EC2 manipulation tool
#
# To start an instance, create a yaml file with the following format:
#
# frankfurt:
# - subnet-azb:
# - type: t2.micro
# image: image-tagname