web-arena-x / webarena

Code repo for "WebArena: A Realistic Web Environment for Building Autonomous Agents"
https://webarena.dev
Apache License 2.0
633 stars 90 forks source link

Can't access websites on AWS instance #130

Closed ScottLinnn closed 2 months ago

ScottLinnn commented 2 months ago

I followed the instruction here to run docker on the AMI. After I completed all the commands before "You should be able to access your environment websites now, and stop reading. However, if you are unable to use AWS AMI, read below to set up on your own machine.", I can't access the websites.

image

frankxu2004 commented 2 months ago

Can you check if the instance now allows for inbound traffic in the firewall setting? https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/authorizing-access-to-an-instance.html . Also you could try curl localhost:7770 inside the ec2 machine to check if the websites are up and running

ScottLinnn commented 2 months ago

I fixed this, thanks!