Skip to content

Instantly share code, notes, and snippets.

@natea
Created June 22, 2011 10:22
Show Gist options
  • Save natea/1039826 to your computer and use it in GitHub Desktop.
Save natea/1039826 to your computer and use it in GitHub Desktop.
>>> reservation = conn.run_instances(image_id='ami-ccf405a5')
>>> reservation.instances
[Instance:i-6761850e]
>>> instance = reservation.instances[0]
>>> instance.state
u'pending'
>>>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment