Skip to content

Instantly share code, notes, and snippets.

View r2cortright's full-sized avatar

Rick Cortright r2cortright

View GitHub Profile
@r2cortright
r2cortright / ec2_start.py
Created October 12, 2017 19:43 — forked from greinacker/ec2_start.py
Pythonista EC2 scripts
# coding: utf-8
import sys; sys.path.append('../boto-module')
import boto.ec2
import time
import keychain
import clipboard
import console
import webbrowser
instance_id = sys.argv[1]