Starting and stopping of AWS instance
neelesh-a opened this issue · 5 comments
neelesh-a commented
I am very new to this library. Just downloaded the same today and started experimenting.
I could not find a way to "Start" and "Stop" an AWS Instance. Please let me know if I am missing something, is there any way to do so. This seem to be basic operation which should have been available.
nuwang commented
@neelesh-a Yes, you're right. It looks like they never got added because we haven't needed to use them so far, but we'd welcome a PR. It's a matter of adding the two methods to the interface here:
And then implementing it for each cloud.
abhi005 commented
@nuwang Hey, I would like to work on this issue. And since this is one of the mandatory requirements for my course work, will make sure that it gets completed.