Hi all, I'm new to JPPF. Great piece of kit by the way!

Anyway, I've been going through the documentation in the last couple of days but I still have a question on configuring nodes and servers. I'm trying to create a small test application using Amazon EC2. So ideally I'd like to instantiate EC2 instances when I need them, perform whatever computation I need and finally terminate them. But obviously I won't know the location of each EC2 instance until it has been created. So I'd have to be able to configure servers and nodes at runtime from the client.
How can I do this? Can I just use JPPFConfiguration.getProperties().setProperties(); from within the client to set properties on the servers/nodes?