I have installed ArangoDB on an AWS ubuntu EC2 instance and installed all the necessary ArangoDB packages.
However, I do not know how I can access the WebUI on port 8529, since when I enter http: // ip-instance: 8529 in the browser I receive an error.
Port 8529 is enabled in the security group of the instance. Do I have to execute any command in the terminal to be able to access the WebUI?
Thanks