Yes you can do that and its pretty straight forward. Just create the compute service using the commands and then it should work just as you described.
Here's a small example: features:install jclouds-commands features:install jclouds-aws-ec2 jclouds:compute-service-create --provider ec2 (u pass credentials as options or as env vars). jclouds:node-create --name aws-ec2 --adminAccess --os-family AMZN_LINUX karaf jclouds:node-runscript -d uptime us-east-1/i-0ab8455a (this will just run the uptime command) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-karaf/pull/43#issuecomment-41271380
