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":[
](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]
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
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":[
](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!