Danijel, I have a karaf instance running in Amazon cloud. There are only three things that caused me a challenge:1) Getting the firewalls right. I setup multiple security profiles by function (public access, deployment, full remote admin) and then applied the appropriate ones. Be sure to consider file transfer, SSH and remote desktop ports. You have two on Amazon, the one in EC2 console and the one in the OS (Windows / Linux). Depending on the ports used you may also have multiple firewalls on the client side. 2) The bundles that need to be loaded either have to be located on the remote host or accessible / visible to maven from the remote host.3) Security for the account that will be running the karaf instance. This needs to be a non-privileged account with the minimum possible rights. Tim
