Amazon allows 'stopped' ==> 'start' for EBS backed instances (http://docs.amazonwebservices.com/AWSEC2/latest/UserGuide/index.html?Concepts_BootFromEBS.html).
The 'problem' as far as deltacloud is concenred is that when you 'stop' an instance, ec2 takes a while to actually remove it from your available instances (and hence we report it as 'available' and you can invoke a 'start' action on it)
marios On 23/11/10 13:30, [email protected] wrote:
Hi, This small patch will remove 'start' action from EC2 state machine, since EC2 doesn't support starting stopped machine. https://issues.apache.org/jira/browse/DTACLOUD-9 -- Michal
