Skip to content
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

Wrong category type in TA check #497

Closed
quocdung3007 opened this issue Oct 16, 2020 · 1 comment
Closed

Wrong category type in TA check #497

quocdung3007 opened this issue Oct 16, 2020 · 1 comment

Comments

@quocdung3007
Copy link

quocdung3007 commented Oct 16, 2020

check['name'] == 'Service Limits'

When I tried to execute the command: aws support describe-trusted-advisor-checks and I realized that the category name is wrong.

So the correct one should be:
check['category'] == 'service_limits'

Below is the output from the cli:
{ "id": "dBkuNCvqn5", "name": "RDS Max Auths per Security Group", "description": "Checks for usage that is more than 80% of the RDS Max Auths per Security Group Limit. Values are based on a snapshot, so your current usage might differ. Limit and usage data can take up to 24 hours to reflect any changes. In cases where limits have been recently increased, you may temporarily see utilization that exceeds the limit.<br>\n<br>\n<b>Alert Criteria</b><br>\nYellow: 80% of limit reached.<br>\nRed: 100% of limit reached.<br>\nBlue: Trusted Advisor was unable to retrieve utilization or limits in one or more regions.<br>\n<br>\n<b>Recommended Action</b><br>\nIf you anticipate exceeding a service limit, open a case in Support Center to <a href=\"https://aws.amazon.com/support/createCase?type=service_limit_increase\" target=\"_blank\">request a limit increase</a>.<br>\n<br>\n<b>Additional Resources</b><br>\n<a href=\"https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/CHAP_Limits.html\" target=\"_blank\">RDS Limits</a>", "category": "service_limits", "metadata": [ "Region", "Service", "Limit Name", "Limit Amount", "Current Usage", "Status" ] }

@jantman
Copy link
Owner

jantman commented Dec 1, 2020

This is a duplicate of #466 and is also missing the issue template.

@jantman jantman closed this as completed Dec 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants