-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
include price of instance by region #6
Comments
+1 Might as well toss in the costs of the various Reserved Instances (light, medium, heavy) and their respective hourly charges. |
I agree that would be useful. It's on my list, however I should warn you it's a very long list 8^) |
For those interested there is an (unofficial?) set of json files that Amazon uses to maintain it's instance type pricing page. You'll have to look at the source to find them but for example the on-demand linux pricing by region is available here: http://aws.amazon.com/ec2/pricing/json/linux-od.json There are similar files for spot and reserved instances. Funny enough this file is also the best source of info for which instance types are available in a given region. It would be nice if Amazon maintained this repo or something similar and actually updated it when new service details come out given that they're clearly doing this for their website/aws console anyway. |
@jtriley - Thanks for the details regarding these JSON sources, which are also used by @srossross's pull request #27 referenced above - and I agree, it's a bit odd this available information isn't, well, made officially available (via an API). In general I think this project would need a tiny build script to allow updating retrievable information like this once in a while; however, before embarking into that direction, we should clarify whether this project might be obsolete anytime soon eventually due to all the work @garnaat has put into the AWS Command Line Interface resp. the underlying library botocore, where many service details are provided via JSON files already (supposedly generated from upstream API documentation/schemata?!), including an extension mechanism for local data (where e.g. pricing might fit in as well). |
I am going to try to get an official feed for this data setup from AWS. I can't guarantee that I will be successful and I'm not sure how long it might take but that is my goal. This seems like valuable information and having a dependable, authoritative source is the best way to help customers take advantage of it. I'll keep you posted. |
another 'missing' bit of useful of info.
The text was updated successfully, but these errors were encountered: