Releases: brennerm/aws-quota-checker
Releases · brennerm/aws-quota-checker
Release 1.12.0
Changelog
Added
- new check: rds_cluster_snapshots
- new check: rds_instance_snapshots
Release 1.11.0
Changelog
Changed
- improve EBS snapshot count check by using paginated requests
Release 1.10.0
Changelog
Added
- add error handling for CLI result reporter
- new check: iam_role_count
- Prometheus metrics now have a new label that contains the quota key, see #31 for further details
Release 1.9.0
Changelog
Added
- new check: rds_event_subscriptions
Removed
- obsolete check: cw_alarm_count
Release 1.8.0
Changelog
Added
- new check: rds_instances
- new check: rds_parameter_groups
- new check: rds_cluster_parameter_groups
Fixed
- iterator bug that prevented check-instance command to function
Security
- update several dependencies
Release 1.7.0
Changelog
Added
- new check: lambda_function_storage
Release 1.6.0
Changelog
Added
- new check: elb_target_groups_per_alb
Fixed
- fix wrong number of EBS snapshots
Release 1.5.0
Changelog
Added
- new check: ses_daily_sends
Fixed
- upgraded urllib due to vulnerability CVE-2021-28363
Release 1.4.1
Changelog
Fixed
- make code compatible with Python 3.7
Release 1.4.0
Changelog
Added
- new check: vpc_rules_per_acl
- new check: vpc_ipv4_cidr_blocks_per_vpc
- new check: vpc_ipv6_cidr_blocks_per_vpc
- new check: vpc_rules_per_sg
- new check: vpc_route_tables_per_vpc
- new check: vpc_routes_per_route_table
- add Grafana dashboard: on-demand-ec2
- new Prometheus metric that will expose the time it took to get the current/max value of each check