URL Fetch Google Compute Engine from App Engine (Standard Env) -


i have application running on app engine standard environment (java) , elasticsearch running on compute instance both belonging same project. how can access instance in "secure way", e.g internal ip. enabled tcp:9200 port in firewall rules.

thanks in advance!

if open cloud console, , navigate app-engine's instances page, there can find internal ip each instance.

you can via command line if have gcloud installed.

gcloud compute instances list

this ip internal project , can accessed other compute engine instances in project.


Comments

Popular posts from this blog

ios - RestKit 0.20 — CoreData: error: Failed to call designated initializer on NSManagedObject class (again) -

laravel - PDOException in Connector.php line 55: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: YES) -

java - Digest auth with Spring Security using javaconfig -