Skip to content

Instantly share code, notes, and snippets.

View marcelodevops's full-sized avatar
🏠
Working from home

marcelodevops marcelodevops

🏠
Working from home
  • Full2cloud
  • Sweden
View GitHub Profile
@marcelodevops
marcelodevops / ec2.py
Created July 14, 2020 05:01 — 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