ec2instancespricing icon indicating copy to clipboard operation
ec2instancespricing copied to clipboard

Quick and dirty Python API and CLI to get EC2 instance pricing for On-Demand and Reserved Instances

Results 7 ec2instancespricing issues
Sort by recently updated
recently updated
newest added

I have installed pretty table but it is showing this error. ImportError: No module named 'prettytable'

I tried to pull reserved instance information, but the region eu-central-1 for example is missing. We even have more eu- regions. but it seems to only pull eu-west-1.

There's a new API that's available for some (but not ALL) services: http://docs.aws.amazon.com/awsaccountbilling/latest/aboutv2/price-changes.html. This script should slowly migrate to that set of APIs Here's a module that's already using it:...

Example t1.micro us-east ondemand is missing.

simple python statements used to strip.

iam already install pretty table but my terminal show this error:cannot import name 'PrettyTable' from partially initialized module 'prettytable' (most likely due to a circular import) _Originally posted by @2masa...