Any API to get the list of valid VM types Posted: Wed, 03/10/2010 - 17:10
I need to get the list of valid VM types (such as m1.small, c1.medium, etc...). Is there any API I can call to get the list?
Or, should I hard-code it?
I am currently implementing UIs to manage Eucalyotus EC2 instances.
Thanks...
graziano(Offline)
Hello,
at the moment you can Posted: Thu, 03/11/2010 - 16:41
Hello,
at the moment you can get them using euca-describe-availability-zones verbose if you run as admin (not as user). At the moment in the AWS API this information is not specified: the user just knows from the documentation what the various instance types are.
Nice to hear you are getting a UI for eucalyptus: let us know when you have something and we can add you to the list of client tools which support eucalyptus.
Posted: Thu, 03/11/2010 - 16:41
Hello,
at the moment you can get them using euca-describe-availability-zones verbose if you run as admin (not as user). At the moment in the AWS API this information is not specified: the user just knows from the documentation what the various instance types are.
Nice to hear you are getting a UI for eucalyptus: let us know when you have something and we can add you to the list of client tools which support eucalyptus.
cheers
graziano