it should work out of the box in general, I think you should only make sure that port 8080 or whatever port you are binding to is forwarded properly in AWS console and access it using AWS domain name, the long one.
I’ll have a look when I get home tonight, what looks too easy is deploying a docker image of camunda. But hey-ho, I only know 2 things: 1) I don’t know anything about dockers and 2) never look a gift horse in the mouth.
Did a sed command to replace every instance of 127.0.0.1 with my IP address, it started with a load of warnings. I’ll look at Niall’s blog and see how I get on.
This is what I was thinking was the issue and I didn’t know whether there was an out of the box approach in Camunda or (more probably) something in the AWS forums/docs about setting up another server and making it available through a browser (like setting up a LAMP architecture).
If you already have an AWS instance deployed with camunda on it you’ll just need to set up a security group that lets you access it. I’d give that a go first - it’s pretty easy.
Hi @theHornet
replacing every 127.0.0.1 with your public IP address is not a good idea as the management interface should be accessed by 127.0.0.1 only.
Did you try to specify only the public interface?