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
86 stars 37 forks source link

SNS SMS quota #3

Closed coderbec closed 3 years ago

coderbec commented 3 years ago

I think I am correct in not seeing this in current checks.

Thanks

brennerm commented 3 years ago

Yup, you're right. Will take care of it. 👍

brennerm commented 3 years ago

@coderbec I added a few SNS checks with #4 but I wasn't able to implement the SMS spending limit check yet. Seems like there's a way to get the current amount using Cloudwatch but as I don't use this feature CloudWatch doesn't return any value for my account.

Can you try to receive your current amount spent using the AWS CLI tool and post the resulting output?

brennerm commented 3 years ago

Closing due to no response. Feel free to reopen. :)