How to make a server for accessing internal network?
In AWS, we created public and private networks. Some services are only running in private network, but we have to make a server in public network and allow it to access the service in private network.
Maybe it should be proxy server? Does reverse proxy like nginx can be a solution for this case? If so, what's the core technical points?