Amazon EC2 -- Defining actions based on Instance Type

2013-06-03 Thread Ellinger, David
I have been working on modifying the EC2 Driver to accommodate "EBS" backed instance ("persistent") and "S3 backed" instances (transient). At the moment the deltacloud actions are for S3 backed instanced. So when "STOP" is used, the instance is terminated. I have a requirement to make it so I c

Manually 'Stopping' an EC2 Instance from the EC2 Driver results in Deltacloud 502 error

2013-04-25 Thread Ellinger, David
I have a Deltacloud server that is utilizing the EC2 driver. As of right now, Deltacloud doesn't support 'Starting' a 'Stopped' EC2 instance and 'stopping' and 'Running' instance - It terminates it instead. I have a java program that is interfacing with the Deltacloud API/Rest endpoint, and inst

EC2 Driver Actions -- Start / Stop Instance

2013-04-22 Thread Ellinger, David
Hello everyone, Using the REST client when I "stop" an EC2 Instance (EBS backed store) it terminates the instance. I also cannot "Start" a stopped instance. The documentation for deltacloud says that "Start" functionality is not present. What is the technical reasoning for this? Also, is there