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

CloudFormation stack count doesn't return full count #35

Open Graham42 opened 2 years ago

Graham42 commented 2 years ago

Version: aws-quota-checker==1.12.0

when running

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 this is some kind of paging issue.

brennerm commented 2 years ago

@Graham42 Thanks for reporting this. Could you please check out this branch and try it again. It should fix your issue.