ec2instances.info icon indicating copy to clipboard operation
ec2instances.info copied to clipboard

Feature Request: CSV download link instead of pure javascript

Open bryanandrews opened this issue 8 years ago • 2 comments
trafficstars

It would be fantastic to be able to download the CSV output directly from a GET request.

bryanandrews avatar Mar 07 '17 21:03 bryanandrews

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

powdahound avatar Mar 08 '17 02:03 powdahound

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

speculatrix avatar Dec 01 '20 18:12 speculatrix