-
Notifications
You must be signed in to change notification settings - Fork 116
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
Some limits are not appearing #201
Comments
Thank you for reporting this issue and providing detailed information. We understand that you're unable to find any traces of Amazon SageMaker or Amazon CloudFront quotas in the DynamoDB table, despite having enabled these services in the SQServiceTable. We will investigate this issue and work on identifying the root cause. In the meantime, we would appreciate if you could provide us with any additional information or logs(specifically QM-ListManager-Function logs) that might be helpful in troubleshooting this issue. |
Sure. Here's some logs |
When I run |
Oh it seems you are right. Is that a bug in the aws cli since cloudfront does have quotas? |
yeah this could be a bug or a temporary issue with the Service Quotas API for CloudFront. |
Created an issue here: aws/aws-cli#8941 |
Just pointing it out again, Even if that cli works, we will not monitor cloudfront because its quotas have got no Utilization metrics |
Aaah sorry I misunderstood. Is this because all utilisation metrics come from cloudwatch? And cloudfront metrics aren't there? (failing this check i assume) Would you have a list of which other metrics are missing and would you have any idea if they will ever be added? |
Yes that is the right code check. I don't know the specifics but Service quota team is the right team to answer that question but based our team discussion with the them, they are onboarding lot of AWS services |
This issue is fixed in the latest version |
Describe the bug
I've deploy the solution into multiple accounts but can't find any trace of any Amazon SageMaker or Amazon CloudFront quota's in the DynamoDB. More could be missing, I haven't checked them all.
To Reproduce
Deploy the solution, then query the data that has been collected and look for any traces of Amazon SageMaker or Cloudfront quotas. For example "Cookies per cache policy".
Expected behavior
All quota's are collected in the dynamodb table QMTable.
Please complete the following information about the solution:
Version: [e.g. v1.0.0]
v6.2.9
Region: [e.g. us-east-1]
us-east-1
Was the solution modified from the version published on this repository?
no
Have you checked your service quotas for the services this solution uses?
Were there any errors in the CloudWatch Logs? How to enable debug mode?
None that I could find
Screenshots
If applicable, add screenshots to help explain your problem (please DO NOT include sensitive information).
Results from
Additional context
Add any other context about the problem here.
All services have been enabled in
SQServiceTable
including sagemaker and cloudfront.The text was updated successfully, but these errors were encountered: