vantage-sh / ec2instances.info

Amazon EC2 instance comparison site
https://ec2instances.info
MIT License
5.07k stars 578 forks source link

Multi-AZ Export #718

Open Beccles-Ben opened 8 months ago

Beccles-Ben commented 8 months ago

Hi - it would be great to be able to export all pricing data without having to select each region and piece the data together - is this possible?

perhaps adding a region as a column?

EverettBerry commented 8 months ago

@Beccles-Ben the best route I can point you to at this moment is to download the raw dataset via:

curl https://instances.vantage.sh/instances.json -o instances.json

There is a "regions" key in there that you can further use there to build up the output you want.

As far as adding regions as a column, this has certainly come up a lot and I'll assign myself on this issue and hopefully get something pushed soon.

Beccles-Ben commented 8 months ago

Great - thank you so much!!!