awslimitchecker
awslimitchecker copied to clipboard
Current usage percentage vs actual
Hi,
I have been looking at the awslimitchecker recently and it seems to be great at detailing out all the information.
It would be good to have an additional switch or option -u to show the current % against the actual current limit, this would be particularly useful for things like EC2 compute usage.
For example
EC2/Running On-Demand m5.4xlarge instances Max:100 Current: 90 <CRITICAL: 90 %>
@anwoolterton thanks for the feature request.
This certainly would be possible to include in the CLI, though I don't think it's something I'll be implementing any time soon. Pull requests are always welcome.
Alternatively, this is also something that could be done if you're wrapping awslimitchecker in another script using the Python API.