-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
No instance types returned for any Europe regions on AWS #365
Comments
I might be mistaken, but we got bitten by this a while ago, and the SDK upgrade seemingly solved the issue. Did AWS change it back? |
I wouldn't be surprised! It'll probably change at some point again. mumbles something about bloody brexit breaking everything Thanks for the super-quick fix! |
🤣 Yeah, I'll try to add a fix that supports both versions.
As part of the release process I'll deploy it to our test env, test it there and then tag 0.15.1 if it works well. |
See #367 |
My reading of the filter spec for the pricing API is that the filters are ANDed, so trying to make it support both could be tricky - I guess calling with one filter then if nothing is returned, calling with the other would solve it. ... while I was typing this, I see you've put the same concept in #367 👍 |
Describe the bug
All European regions on AWS now return no instance types - see log message
numberOfVms: 0
:This is almost certainly caused by the AWS SDK upgrade PR - noting specifically this change in the expected region descriptions - the pricing API still uses 'EU' not 'Europe' in its location field, so this now will not match any European instances:
Steps to reproduce the issue:
run cloudinfo with AWS enabled
Additional context
Tested on latest tagged
0.15.0
The text was updated successfully, but these errors were encountered: