Hi, Reza.
Were you able to configure it? From the look of it, there shouldn't be some issue with the instance itself. It seems `gluu.signal0x.com` is what you provided to the `setup.py` script, correct? Then on the machine where you run your browser, you need to make sure this name is mapped to external ip address of you AWS vm, what seems to be 13.59.22.166 (I got it by resolving `ec2-13-59-22-166.us-east-2.compute.amazonaws.com`). So, in Linux, you would need to add this line to `/etc/hosts` file:
```
13.59.22.166 gluu.signal0x.com
```
I've just tried to do this and I got to Gluu login page. So I guess it works now?