I don't understand how Cloud VPN works with GAE Flex? I know the instances are launched into my private VPC but requests from the on-premise servers still use the https://*.appspot.com URL to call my application. Does that mean that resolving the URL requires going outside of the VPN tunnel to do dns lookup?
On Monday, July 30, 2018 at 3:35:23 PM UTC-4, George (Cloud Platform Support) wrote: > > Hello Mishra, > > Have you considered using Cloud VPN > <https://cloud.google.com/vpn/docs/concepts/overview> for your purposes? > More related detail is to be found on the "Quickstart for Route based Cloud > VPN" page <https://cloud.google.com/vpn/docs/quickstart>. > > What is to purpose of uploading images to GCS? How do you plan to use them > afterwards? Depending on your actual needs, you may consider using Signed > URLs, which provide a way to give time-limited read or write access to > anyone in possession of the URL, regardless of whether they have a Google > account. You may find information of interest on the "Signed URLs" > documentation page > <https://cloud.google.com/storage/docs/access-control/signed-urls>. > -- 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 post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/d336a3ae-8a55-4248-a507-5323ec08332b%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
