I am trying to create a application in GAE that uses automatic scaling in flexible env. The automatic_scaling min instance was set to 2. Now once the app is deployed the two instances are created and they are assigned public ips.
I also tried specifying the network in app.yml and this creates a private ip for the instance in the network (which is what I want) and I am able to ping the instance with that private IP within the network I mentioned ....but still there is public IP being assigned to the instances Is there a way to make GAE not assign public ip addresses to the instances? -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/cacb0d92-9610-4195-8862-f54c61554d3b%40googlegroups.com.
