Corporate Home Open Source Home
Syndicate content
Eucalyptus
2 replies [Last post]
wavemaker
Offline
Joined: 01/22/2010

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
Joined: 01/14/2010
Hello, at the moment you can

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

wavemaker
Offline
Joined: 01/22/2010
Thank you...

Thank you...