What are the valid instanceState's for the AmazonEC2 API? It doesn't seem to be defined in the current API doc. Google doesn't turn up much. So far I know about:
- 0: pending
- 16: running
- 32: shutting-down
- 48: terminated
but I'm pretty sure I've seen an error
state before.
Thanks!