Created
August 29, 2012 15:48
-
-
Save tgerla/3514679 to your computer and use it in GitHub Desktop.
Eucalyptus Boto Test
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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