Hi, I'm getting started with libcloud, and have run into a minor limitation. We normally run EC2 instances with several security groups (mostly as an ersatz tagging mechanism, not really for security).
It seems libcloud's interface has no support for multiple security groups yet. So I guess I have two questions: (1) does anybody happen to know if the EC2 query API supports specifying multiple security groups to RunInstances? I don't find what I'm looking for in the documentation [*]. (I could imagine that this feature might only be exposed via the SOAP interface.) (2) If (1), does anybody have strong feelings about what the libcloud interface to asking for multiple security groups ought to look like? Thanks, Richard Kreuter [email protected] [*] http://docs.amazonwebservices.com/AWSEC2/latest/APIReference/index.html?ApiReference-query-RunInstances.html
