-
Notifications
You must be signed in to change notification settings - Fork 188
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
Retrieve Current Limits from Service Quotas #413
Comments
This was referenced Oct 30, 2019
It appears, going by this AWS solution example, that we can also use Service Quotas to tell if an account is using vCPU EC2 limits or not, which will help improve the implementation of #432 |
jantman
added a commit
that referenced
this issue
Nov 1, 2019
jantman
added a commit
that referenced
this issue
Nov 3, 2019
This has been fixed in 8.0.0 which is now live on PyPI and Docker Hub. Apologies for any delays in getting this released. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It appears that the recently introduced Service Quotas service can theoretically handle a lot of what awslimitchecker does.
As a start, investigate using the Service Quotas API to retrieve current limit values for limits that don't have another API.
The text was updated successfully, but these errors were encountered: