On Thu, May 7, 2015 at 10:52 AM, Ian Childress <ianchildr...@gmail.com>
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. This solution requires whitelisting an entire ip block
> (Google's ip block for app engine). This both increases security risk as
> well as charges additional bandwidth. The other solution is to use a
> messaging service PubSub. This is fine for submitting tasks to be performed
> by the back end app, but it prevents the app engine from receiving the
> response from the compute engine.
>

How so?  Both GAE and GCE can be both talkers and listeners on Cloud Pubsub
topics / subscriptions (see https://cloud.google.com/pubsub/docs ).

>
> Have I missed the solution somewhere that allows for internal
> communication between app engine and compute engine? Using a job queue or
> public IP is not a replacement for an internal socket connection.
>

This sounds to me like a very reasonable feature request that you could
open at https://code.google.com/p/googleappengine/issues/list and/or
https://code.google.com/p/google-compute-engine/issues/list -- it does not
look as if such a feature request for direct GAE <-> GCE sockets (w/o a
public IP) has previously been opened.


Alex


>  --
> 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 google-appengine+unsubscr...@googlegroups.com.
> To post to this group, send email to google-appengine@googlegroups.com.
> Visit this group at http://groups.google.com/group/google-appengine.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/google-appengine/db88993d-65b8-4b15-bad4-740fd654b082%40googlegroups.com
> <https://groups.google.com/d/msgid/google-appengine/db88993d-65b8-4b15-bad4-740fd654b082%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CAE46Be9CKv_dXR0k06%2BZzkWxkVqBHbgLqUsZWz5-FD7kz6%2B6Mg%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to