I got two EC2 instances, A and B
- A is an Apache PHP (LAMP) and B is a Apache Solr
- Both instances shares same Security Group
- How to make it so that instance B is accessible via localhost in instance A, e.g: localhost:8985 is instance B in A
Ideas to achieve this?