-
Notifications
You must be signed in to change notification settings - Fork 39
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
ec2_on_demand_standard_count check is incorrect? #15
Comments
Hey @pglass, thanks for reporting this issue. Can you please clone the repo, switch to this branch and see if the issue is fixed? |
No, still seeing the same:
|
Mmh strange, let me investigate a bit further. |
hey, the problem is that the limit is based on the vCPUs and the current that you get is the number of running instances. I have the same problem I hope that they will find a way to change it. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This seems to be checking the current number of instances, when it should be checking the number of vCPUs:
This shows 178/980, which does not match Trusted Advisor:
And does not match Service Quotas:
The text was updated successfully, but these errors were encountered: