I was wondering how you choose these images and whether I can count on
these images to always be available.

Assuming you are creating images using ComputeService.createNodesInGroup [1], the image is chosen based on the TemplateOptions provided. If you don't provide them, the default set will be used, which can usually be found in the provider's metadata, e.g. [2].

Hope this helps!

ap

[1] http://javadocs.jclouds.cloudbees.net/org/jclouds/compute/ComputeService.html#createNodesInGroup(java.lang.String, int, org.jclouds.compute.options.TemplateOptions) [2] https://github.com/jclouds/jclouds/blob/master/providers/aws-ec2/src/main/java/org/jclouds/aws/ec2/AWSEC2ProviderMetadata.java#L72

Reply via email to