-
Notifications
You must be signed in to change notification settings - Fork 119
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
This should be a service from AWS #198
Comments
Thanks for the request and we are evaluating this now. |
Strongly agree. Please make this a managed AWS service. |
Not just a service. This implementation monitors only small amount of Quotas. Like EC2 services has 200 quotas. Only 19 of them supports CW metrics. And only those 19 out of 200 are monitored. VPC has exactly ZERO quotas supported by CW metrics - so it means zero visibility, zero monitoring. Its terribly bad implementation from AWS. Best coverage though is from Sagemaker - I didnt counted it exactly, but from like 2500 quotas, CW has like 80% coverage. Why its not the case for all of this? Obviously you do calculations somewhere because how else you would enforce those quotas. So show them to customers. |
Hello, we are working with SQ service to provide an optimal customer experience for quota monitoring in 2025 with increased coverage for more resource types. We appreciate your patience. |
I also do not understand why Service Quotas doesn't already provide a simple SNS Topic subscription for quota hits... |
We hear you! I have passed this to the relevant team. |
Is your feature request related to a problem? Please describe.
My problem is simple: I have 200+ AWS accounts and I just want to be notified when I approach a service quota limit. I don't want to deal with a "reference implementation", CloudFormation stacks or any of that jazz.
Describe the feature you'd like
Simple: What this project is implementing should be a service that is offered from AWS
Maybe like this:
I know AWS have made a lot of good changes in and around their service quota management in the last few years and this project here is a best effort attempt to wrap it all up into a nice package but let's be honest here: this project is very complex and we don't want to deal with that.
Additional context
Have you looked at how it works on GCP?
The text was updated successfully, but these errors were encountered: