Re: [google-appengine] Connecting from app engine instance to compute engine instance directly

2015-05-07 Thread 'Alex Martelli' via Google App Engine
On Thu, May 7, 2015 at 11:39 AM, Ian Childress wrote: > > > On Thursday, May 7, 2015 at 2:25:08 PM UTC-4, Alex Martelli wrote: >> >> How so? Both GAE and GCE can be both talkers and listeners on Cloud >> Pubsub topics / subscriptions (see https://cloud.google.com/pubsub/docs >> ). >> >> I can't

Re: [google-appengine] Connecting from app engine instance to compute engine instance directly

2015-05-07 Thread Ian Childress
On Thursday, May 7, 2015 at 2:25:08 PM UTC-4, Alex Martelli wrote: > > How so? Both GAE and GCE can be both talkers and listeners on Cloud > Pubsub topics / subscriptions (see https://cloud.google.com/pubsub/docs > ). > > I can't think of a good solution for taking many web requests and passi

Re: [google-appengine] Connecting from app engine instance to compute engine instance directly

2015-05-07 Thread 'Alex Martelli' via Google App Engine
On Thu, May 7, 2015 at 10:52 AM, Ian Childress wrote: > We (our Go dev team) want to connect our app engine apps to our compute > engine apps directly using internal IP address. From my understanding > through documentation and exhaustive searching, the solution is to use a > public IP address. T

[google-appengine] Connecting from app engine instance to compute engine instance directly

2015-05-07 Thread Ian Childress
We (our Go dev team) want to connect our app engine apps to our compute engine apps directly using internal IP address. From my understanding through documentation and exhaustive searching, the solution is to use a public IP address. This solution requires whitelisting an entire ip block (Googl