Host loraserver on AWS EC2

I have installed loraserver on AWS EC2 instance and associated static public Elastic IP address. Using SSH, I verified the loraserver and lora-app-server are both running fine. But I cannot access the web interface using "https://xxx-xx-xx-xx-xxx.us-west-x.compute.amazonaws.com:8080 from browser. I did open up port 8080 on the instance. I am wondering what I might miss in the AWS setup. Any suggestion? Thanks.

-Ming

I believe on AWS you are also dealing with security-groups. E.g. you can open the firewall on the machine itself, but you are also dealing with the AWS firewall.

Thanks, brocaar. I did add the inbound rule in the security-group. I guess AWS needs officially registered domain and certificate to proceed. I will square away that domain issue first and update you later.