aws-quota-checker icon indicating copy to clipboard operation
aws-quota-checker copied to clipboard

Keep an eye on your AWS quotas before you hit their limits

Results 22 aws-quota-checker issues
Sort by recently updated
recently updated
newest added

We're updating our alerts to make use of the metrics exposed by the `prometheus-exporter` feature of `aws-quota-checker`. We have a generic expression which aims to alert whenever we've breached 70%...

Adds `backoff` package to avoid `TooManyRequestsException` happened with high-rated requests. https://docs.aws.amazon.com/servicequotas/2019-06-24/apireference/API_GetServiceQuota.html Now there are retries: ``` 12-Apr-22 16:57:04 [INFO] aws_quota.prometheus - starting /metrics endpoint on port 8080 12-Apr-22 16:57:04 [INFO]...

Version: aws-quota-checker==1.12.0 when running ```sh aws-quota-checker check cf_stack_count --profile tools --region $region ``` I'm seeing a maximum of 100 returned for regions that have more than 100 stacks. I suspect...

Some AWS services have not integrated with the quota service so the current implementation cannot get the applied limit and falls back to the default limit. For example we have...

This seems to be checking the current number of instances, when it should be checking the number of vCPUs: ``` $ aws-quota-checker check 'ec2_on_demand_standard_count' AWS profile: default | AWS region:...

Add two more checks at vpc check. ``` AWS profile: default | AWS region: us-west-2 | Active checks: nat_count Collecting checks [####################################] 100% NAT gateways per Region [XXXXXXX/us-west-2]: 60/90 ✓...

Would love to use this locally, however the Docker image is not build for `linux/arm64/v8` ```console WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8)...

Change output delimiter to export it to csv.

I configured the quota check with my prometheus, but it only brings me the default region of aws configure, but I need it to bring sa-east-1 and us-east-1, could you...

Please add: Allocated storage / Total storage for all DB instances for RDS