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
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
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