Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/python
try:
import boto.ec2
except ImportError:
print "failed=True msg='boto required for this module'"
sys.exit(1)
def main():
argument_spec = ec2_argument_spec()