Hey all,
I was just wondering if it's possible to use libcloud to request spot
instances on EC2? If not, is that kind of capability planned for the future?
Thanks,
Ben
Hey all,
I was just wondering if it's possible to use libcloud to request spot
instances on EC2? If not, is that kind of capability planned for the future?
Thanks,
Ben
Hi,
EC2 compute driver currently doesn't support it, but looking at the API docs
(
http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/index.html?ApiReference-query-RequestSpotInstances.html)
it's pretty similar to the "RunInstances" call so adding a new extension
method based on the crea