How to get a list of available instance types on Amazon EC2?

后端 未结 2 704
日久生厌
日久生厌 2021-01-25 00:50

Is there an API to get a list of available instance types on EC2?

I can see that there is a price list JSON file that you can download but it\'s 70 megabytes which is no

2条回答
  •  终归单人心
    2021-01-25 01:37

    There is no API to retrieve a list of Amazon EC2 instance types.

    You could use some 3rd-party sites:

    • http://www.ec2instances.info/
    • http://ec2pricing.net/
    • https://gist.github.com/ilyash/4573706

提交回复
热议问题