ec2instances.info
ec2instances.info copied to clipboard
Feature Request: CSV download link instead of pure javascript
trafficstars
It would be fantastic to be able to download the CSV output directly from a GET request.
A temporary workaround, as mentioned in #166, might be to use the json file and convert it to CSV: http://www.ec2instances.info/instances.json
it looks like it would be possible to produce a command-line tool using the scrape.py at its core to retrieve the AWS EC2 pricing data and then you could write out whatever fields you want into CSV, yaml or json format?
how can I set the region if I was going to do "wget https://www.ec2instances.info/instances.json"? I presume I can set a cookie using another URL with a get/post? thanks