Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python
from __future__ import with_statement
import contextlib
import logging
import os
import sys
import urllib2
from boto.ec2.connection import EC2Connection
@debnathsinha
debnathsinha / helloworld
Created March 21, 2013 22:42
Hello World
Hello World!