Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

import time
from boto.ec2.connection import EC2Connection
from boto import ec2
import spur.ssh
import spur
key = '<your key here>'
secret = '<your secret here>'
instanceId = '<your instance id>'