amazon web services - AWS sdk ruby - get instance type specs -


is possible machine specs instance type?

get_spec("t1.small") => {cpu:64, ram:8 ....hvm:true}  

is there such kind of method?

the amazon ec2 api not expose these stats programmatically. quick reference tend use: http://www.ec2instances.info/

they have static json file can fetch programmatically: http://www.ec2instances.info/instances.json


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -