Skip to content

Python module to fetch the latest ec2 instance costs from amazon and format the results to match amazon's names from it's API

Notifications You must be signed in to change notification settings

jlintz/pyec2costs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 

Repository files navigation

Currently Amazon's EC2 API does not have any end points for getting current prices for reserved or ondemand instances.  
I found the JSON files that Amazon uses to display http://aws.amazon.com/ec2/pricing/ 
but unfortunately the names for regions, instance types and sizes were all different 
values then what Amazon uses in its API.  This module aims to solve the issue of getting 
EC2 pricing data and having it in a format compatible with results from it's API.

About

Python module to fetch the latest ec2 instance costs from amazon and format the results to match amazon's names from it's API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages