What does the 0 stand for in euca-describe-instances

Asked by Torsten Spindler

$ euca-describe-instances
RESERVATION r-41D60754 admin default
INSTANCE i-533F089B emi-E1F114F0 192.168.1.50 172.19.1.2 pending admin 0 c1.medium 2010-03-19T10:58:27.813Z torsten eki-24E019F0 eri-032D196E

I can make sense of most of the output of euca-describe-instances, but the meaning of 0 between admin (user) and c1.medium (machine type) is unknown to me. Any idea what it means? man euca-describe-instances is not very helpful for parsing the output.

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu eucalyptus Edit question
Assignee:
No assignee Edit question
Solved by:
Etienne Goyer
Solved:
Last query:
Last reply:
Revision history for this message
Best Etienne Goyer (etienne-goyer-outlands) said :
#1

It is the instance index. If you start more than one instance at a time (ie, euca-run-instances -n /n/ ...), each instances will have a different index (from 0 to /n/).

Revision history for this message
Torsten Spindler (tspindler) said :
#2

Thanks Etienne Goyer, that solved my question.