Calling listNodes() on EC2 takes several minutes to run, because it queries each EC2 region in a row. This is a long time, especially if I know where I want to be looking for my nodes.
Any way of making the query more focused or otherwise more efficient?
Ideas:
You have several options to improve that.
jclouds.regions
property to the comma separated list of the regions you want to use.You can find the default values for both properties in the AWSEC2ProviderMetadata.