Yes. Jclouds will select a tuple (image, hardware profile) that matches the template spec. You can use the "smallest(), bigger(), fastest()" methods in the templatebuilder to customize a bit more the hardware selection.
On 16 February 2014 14:09, Jose <[email protected]> wrote: > Hi, > > I have a question about the API Concepts [1]. I read: > " It also has a Template feature which allows you to search for > configurations that match parameters such as CPU count or operating system." > > When do you define a template Jclouds searchs and builds a node (fox example > a AMI in Amazon) which matchs with the template specification? > For example, if you define a minRam X MB, and a aws micro instance does not > provide this amount (X MB) of memory, will this questions be detected in > order to work using, e.g. a medium instance? > > [1] http://jclouds.apache.org/documentation/userguide/compute/ > > Thanks a lot. > Best regards, > Jose. > >
