I have an application running on app engine standard environment (java) and an elasticsearch running on a compute instance both belonging to the same project. How can I access this instance in a "secure way", for e.g with the internal IP. I already enabled the tcp:9200 port in the firewall rules.
Thanks in advance!