web-arena-x / webarena

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

Unable to access website #154

Closed MurtyShikhar closed 14 hours ago

MurtyShikhar commented 4 days ago

Hi, Firstly thank you so much for the dataset! I've been following the instructions on creating a custom EC2 instance. I think i followed them exactly to the dot, but unfortunately, i'm unable to access the website from outside the EC2 instance.

I suspect this has to do with my security group settings. Here is what I have as my "inbound rules":[

Screenshot 2024-07-05 at 12 21 29 PM

](url)

I know the website is up because running curl -L localhost:7770 gives me the contents of the shopping website, but this exact command (with localhost replaced with the elastic IP of the instance) does not work from my personal laptop. Is there something I'm missing?

[For even more context, i'm using the t3a.xlarge machines with the provided AMI image]

Thanks!

frankxu2004 commented 14 hours ago

For inbound rule select TCP as protocol, and allow all port from all sources. Currently your ports opened are not exactly the websites ports such as 7780