brennerm / aws-quota-checker

Keep an eye on your AWS quotas before you hit their limits
https://pypi.org/project/aws-quota-checker/
MIT License
84 stars 36 forks source link

Feature: Limit checks by Scope #48

Open gozer opened 1 year ago

gozer commented 1 year ago

Right now, I can either run all checks or specifically select them. It would be nice to be able to select them by scope, something like:

$> aws-quota-checker check all
# Run only account scope checks
$> aws-quota-checker check --scope account all
# or run everything *except* account scope checks
$> aws-quota-checker check all,!scope:account