-
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
Cannot get actual value of EC2 type limit #424
Comments
Jayesh, Does your account have Trusted Advisor support? Per the documentation on supported limits, AWS does not expose the Please see the documentation in Supported Limits and Overriding Limits. |
Dear Jason, Yes, Trusted Advisor enabled but nothing has been configured yet. I saw the documentation on supported limits by API as well as Trusted Limit. Thanks, |
No code other than awslimitchecker.checker.AwsLimitChecker should be called externally to the package. The trustedadvisor module is solely used internally by AwsLimitChecker. For EC2 types that have no API and no TA support, there is currently no way to get the service limit programmatically. You need to manually tell awslimitchecker what the limit is; see the documentation on overriding limits via the CLI or via Python. This may change in the future with #413 . If you need assistance troubleshooting the TA support, I'll need you to provide all of the information that was in the Issue Template that you deleted. |
No response in two weeks; closing. Please reopen this issue with the requested information if you have further questions. |
Source code
It returns the default AWS limit as
10
rather than actual limit100
set in AWS EC2 Limits.Is there a different API to call for actual EC2 type limit?
Thanks in advance,
Jayesh
The text was updated successfully, but these errors were encountered: