So i have found on the Api from Amazon that you can start and stop the instance with this
$result = $client->startInstances([/* ... */]);
and also like this
$promise = $client->startInstances([/* ... */]);
So here is my question. Are there any diffrences between the $promise and the $result.