Code review comment for lp:~oubiwann/txaws/415486-reservation-object

Revision history for this message
Thomas Herve (therve) wrote :

> As far as I could tell only one reservation is returned, not N?

No, you get one reservation per call to CreateInstances. If you're calling CreateInstances several times, you're getting several reservations.
The reservations are what is holding the information about the security groups used, for example.

« Back to merge proposal