CloudVE/cloudbridge

Starting and stopping of AWS instance

neelesh-a opened this issue · 5 comments

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.

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

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

hey @nuwang can you please update on this

@abhi005 Sorry I missed your original message. We'd be happy to accept a PR on this. Let us know if you need any help.

Fixed in: #271