Hi I tried to run the prefect server on my ec2 ins...
# ask-community
j
Hi I tried to run the prefect server on my ec2 instance, I modified the security group so that it accepts the inbound rule to accept port 8080, but i could not able to access the prefect ui from my laptop, do you have any idea where I need to work on? fyi the grapql url with port number 4200 is accessible but just not 8080 of UI
k
Hey @jake lee, is the UI on 8080 working when you ssh into the VM?
j
i never tried that way but there shouldnt be any problem seeing the logs
k
Oh that should be fine. Just wanna make sure it’s a networking issue. Someone on the team is checking this.
What did you set for the IP ranges for the security group rule with port 8080 open?
j
for the testing i used 0.0.0.0/0 I also checked out the following issue and tried changing my config.toml file with my ec2 ip address but it didnt work as well issue link
k
How did you access the GraphQL API when it succeeded?
j
i tried [ec2 public ip]:4200 and it showed the graphql api
k
Hey @jake lee, we finally got to testing this on our end. Seems like there is a bug with the UI image on the latest version. For now the workaround is doing
prefect server config > docker-compose.yaml
then update ui image from 
prefecthq/ui:core-0.15.3
 to 
prefecthq/ui:core-0.15.2
  and it should work. Sorry about that.
🙌 1
Hey the image with
prefetchq/ui:core-0.15.3
has been updated with a fix so if you redeploy (take out the old image), this will work now
🙌 1
j
Sweet thank you so much Kevin!! really appreciate your help and just amazed by how responsive your team is! again thank you 😄