Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2
-
Fix Version/s: 1.9.0
-
Component/s: Zend_Service_Amazon_Ec2
-
Labels:None
Description
If there is more than one instance running in EC2, Zend_Service_Amazon_Ec2_Instance's describe will only return the last in the reservation set.
This is because onn line 253 the instances array is created and also replaces itself every time a reservation item is looped through.
The reservation id is also replaced since the data structure only allows one.
Issue Links
| This issue is related to: | ||||
| ZF-6717 | Update Ec2 to use the lastest API Version 2009-04-04 |
|
|
|
Yes I found this issue while doing ZF-6717 and it has since been fixed in my user branch and will be released with that update. It should be in 1.8.4.