builder = ContextBuilder
          .newBuilder(new AWSEC2ApiMetadata.Builder().build())
          .credentials(awsCredentials.getAccessKey(),
awsCredentials.getSecretKey())
          .modules(ImmutableSet.<Module> of(new SshjSshClientModule()));

Could you try simply with .newBuilder("aws-ec2") in the above code snippet? And jclouds 1.7.2 is out, by the way - not that I expect that to change what you're seeing, though.

Regards

ap

Reply via email to