eclipse, how to connect to an existing local (cloud) server instance with developer tools?
We are using the cloud AEM jar which is run using
java -jar aem-publish-p4503.jar" and/or
java -jar aem-author-p4502.jar
Shows a dialog for adding an existing local server:

However, this doesnt seem to exist. The current server section only allows "new" servers to be created on port 8080, not to connect to an existing local server on port 5403.

Is there any way to use the AEM Eclipse dev tools with a locally running cloud instance?
Basically, we would like to put some content into our project and have it deployed to the AEM server, but it's hard to hand write content.xml files.