Skip to content

Instantly share code, notes, and snippets.

@tgerla
Created August 29, 2012 15:48
Show Gist options
  • Select an option

  • Save tgerla/3514679 to your computer and use it in GitHub Desktop.

Select an option

Save tgerla/3514679 to your computer and use it in GitHub Desktop.
Eucalyptus Boto Test
import boto
euca = boto.connect_euca(host='xxx', aws_access_key_id='xxx',
aws_secret_access_key='xxx', debug=0)
api_version = '2010-08-31'
euca.APIVersion = api_version
print euca.get_all_instances()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment