What does the EC2 command line say when a machine won't start?

Posted by OneSolitaryNoob on Stack Overflow See other posts from Stack Overflow or by OneSolitaryNoob
Published on 2012-04-23T20:57:43Z Indexed on 2012/07/10 3:16 UTC
Read the original article Hit count: 436

Filed under:
|

When starting an instance on Amazon EC2, how would I detect a failure, for instance, if there's no machine available to fulfill my request? I'm using one of the less-common machine types and am concerned it won't start up, but am having trouble finding out what message to look for to detect this.

I'm using the EC2 commandline tools to do this. I know I can look for 'running' when I do ec2-describe-instance to see if the machine is up, but don't know what to look for to see if the startup failed.

Thanks!

© Stack Overflow or respective owner

Related posts about command-line

Related posts about amazon-ec2