Skip to content

Instantly share code, notes, and snippets.

@sagarkites
sagarkites / ec2.py
Created August 29, 2018 09:33 — 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
@sagarkites
sagarkites / git tutorials.md
Created January 18, 2018 02:19 — forked from jaseemabid/git tutorials.md
Awesome git tutorials I am finding here and there