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
Post a Comment