I am relatively new to AWS and metabase. I am trying to setup metabase with AWS EC2 instance. I have been able to spin up the instance and ssh into the server from my local linux machine. I also tried http://localhost:3000/
and was able to access metabase homepage but now I want to use the EC2 instance public IP in this format: http://ec2ip:3000/
but it is not going through.
I have followed the following steps:
- make sure the port 3000 is not blocked by the firewall
- Ensured port is open in the inbound rules
- Added port 3000 to my ufw locally.
But still I cannot access metabase home page from http://ec2ip:3000/
. Please advise on how I can salvage the situation.
Thank you.