I am trying to run a local instance of Solr in my Amazon EC2 instance and I want to know how to open the Admin UI for Solr
I tried < public IP >:8983/solr and it is not working. I am kinda new to AWS and want to know if there is a way.
Instance Details:
EC2 - Ubuntu Server t2.micro
Add the below Security group rule to your EC2 security group.
And then in browser type < public IP >:8983/solr/admin/
And it will show up.