You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
installed and run this app but it showed only running instances and no reserved (but I have some).
After debugging I found that it only picks my old, retired reservations.
Digging down I found that gem aws-sdk is in version 2.0.48 which apparently does not support scope Region (it wasn't even in results - see above). I updated gem to 2.8.5 and got proper results (at least from describe_reserved_instances)
Of course it broke some other things.
I am not a programmer so I don't think I will be able to make it work.
Can you update your application or is it abandoned?
The text was updated successfully, but these errors were encountered:
Hi,
thank you for your reply. I think this tool may be useful to reveal instances that aren't covered by RI. Of course, due to recent changes, it needs some tweaking.
So it will be something like "reserved instances review". Functionality which is not available in AWS console.
There is tool that do this (https://pypi.python.org/pypi/check-reserved-instances) but it's not web based.
EDIT: I just saw my issue is connected with #9
installed and run this app but it showed only running instances and no reserved (but I have some).
After debugging I found that it only picks my old, retired reservations.
All new ones I have with scope Region but when I added filter I got 0 results.
Digging down I found that gem aws-sdk is in version 2.0.48 which apparently does not support scope Region (it wasn't even in results - see above). I updated gem to 2.8.5 and got proper results (at least from describe_reserved_instances)
Of course it broke some other things.
I am not a programmer so I don't think I will be able to make it work.
Can you update your application or is it abandoned?
The text was updated successfully, but these errors were encountered: