I am attempting to create a Stable Diffusion server with the Automatic1111 web UI on AWS EC2 using this article.
The CloudFormation template launched without error. Via EC2 instance connect, I used sudo nano setup.sh
to write the startup script to /home/ubuntu
, then ran it without error using sudo bash setup.sh
. The instance has passed both status checks.
However, when I try to load the UI in my browser using [elastic ip]:7860 (as specified in the article), I get ERR_CONNECTION_REFUSED
.
As reflected in the CF template, the current Security Group inbound rules are as follows:
What is my next step? The article has missing steps that I had to Google my way through so I wouldn’t be surprised if I haven’t installed/configured everything I need.