accloudtant
accloudtant copied to clipboard
AWS cost calculator
```python Traceback (most recent call last): File "/usr/bin/accloudtant", line 28, in cli() File "/usr/lib/python3.6/site-packages/click/core.py", line 722, in __call__ return self.main(*args, **kwargs) File "/usr/lib/python3.6/site-packages/click/core.py", line 697, in main rv = self.invoke(ctx)...
The report is telling me that non of my instances are reserved even though I have a number of matching reservations. ``` Running Stopped Total instances Used Free Not reserved...
AWS has published API for getting prices. In the [announcement](https://aws.amazon.com/blogs/aws/new-aws-price-list-api/), they also offer a [documentation[(http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html). This will probably replace current JS page, and also, it seems a faster way to...