-
Still having problems with the undefined items beyond those visible.
2009-09-15 01:11:24 UTC in Firefox Extension for Amazon EC2
-
Looking at the code in amisview.js in the new my_ami if branch, the search text argument is used to filter by the owner ID. However, if the search text argument is provided, then the search box does not work correctly. The result is that if My AMIs is selected, then the search box does not have any affect.
This affects rev 106.
2009-07-10 07:06:20 UTC in Firefox Extension for Amazon EC2
-
In the "Launch new instance(s)" dialogue, after adding one of the top, visible security groups listed, all security groups below those which are visible show up as "undefined".
Version: rev 105 on Firefox 3.0.11
Procedure to reproduce:
1) Add more security groups than can be shown within the security group picker in the launch dialog. For Ubuntu and Windows this seems to be 4, so 5 or...
2009-07-10 02:48:15 UTC in Firefox Extension for Amazon EC2
-
The official AWS CLI tool has the same stated behavior: http://docs.amazonwebservices.com/AWSEC2/latest/DeveloperGuide/CLTRG-EIP_associate-address.html.
2009-05-06 21:50:24 UTC in Firefox Extension for Amazon EC2
-
Wait, it works better if it's direct association. I've done it a half dozen times, no site failure. I'm not sure why you would want to break a good feature.
2009-05-04 21:13:18 UTC in Firefox Extension for Amazon EC2
-
Works as expected.
2009-05-04 21:10:22 UTC in Firefox Extension for Amazon EC2
-
The "Assocate Elastic IP to Instance" menu item is disabled on the Elastic IP tab when the item is already associated. The ability to switch the IP from one instance to another in one move is especially useful. It would make sense also to have this menu item match the behavior of the associate tool bar button.
2009-05-01 18:17:31 UTC in Firefox Extension for Amazon EC2
-
I tested the patch I provided in an earlier comment and it works on Windows XP + FF 3.0.9.
2009-04-27 23:06:43 UTC in Firefox Extension for Amazon EC2
-
I was having problems with "windowisms" such as spaces and \r's when running the build.sh. The easy fix was for the jar command. The more complex one is for the revision number. I replaced the grep with a sed command because I was getting 98\r when it gets to the printf command later. Seems to work on windows, I may also check it on linux.
Index: build.sh...
2009-04-27 23:04:18 UTC in Firefox Extension for Amazon EC2
-
Also this bug is a result of a fix for 2709689 according to the rev.98 check comment.
2009-04-27 21:53:58 UTC in Firefox Extension for Amazon EC2