[dev] libcloud and EC2 spot instances

2011-06-01 Thread Ben Farley
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

[dev] using libcloud to request EC2 spot instances

2011-06-01 Thread Ben Farley
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

Re: [dev] using libcloud to request EC2 spot instances

2011-06-01 Thread Tomaž Muraus
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