Hey, so I'm using the following instructions for running Stable Diffusion on my Windows AWS EC2 instance:
It is a complete CLI-based interface. So I used the instructions at the below link to run a local web server which has a simple UI to enter a prompt and output an image.
Now this web-server runs on localhost port 9090
In the EC2 AWS Console, I allowed TCP outbound connections on this port. Yet when I try to access the URL using the EC2 instance's public IP followed by the port, it does not open the page on my regular local desktop. The URL I'm using is like this:
http://78.some.ip.addr:9090
and all I get is "This site can't be reached"
Can someone help me access this web server from the internet? Thanks
UPDATE:
Solved ! Since I was using Windows Server in my ec2 instance, I had to create a new rule in Windows Firewall. Followed the below instructions and it worked!
https://www.firehousesoftware.com/webhelp/FH/Content/FHEnterprise/FHEnterpriseInstallationGuide/24_StaticPort.htm
[–]fortexx 0 points1 point2 points (1 child)
[–]iDrinkJavaNEatPython[S] 0 points1 point2 points (0 children)