Well, thank you for your answer. It helped me a lot to understand the general concepts. But still my problem is I do not have access to an amazon account, so I cannot create a context to see if Amazon ELB supports the LoadBalancerService view. How can I know it in advance?
You can look at the API metadata for the ELB API...here: https://github.com/jclouds/jclouds-labs-aws/blob/master/elb/src/main/java/org/jclouds/elb/ELBApiMetadata.java#L72 And we're lucky; the answer is "yes, it supports it" ;-) ap
