Whitelisting Google App Engine in google VM instance
63 views
Skip to first unread message
sujesh thekkepatt
unread,
Sep 27, 2019, 10:55:32 AM9/27/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
I have a nodejs app running on google app engine flexible instance. Also, have another service running on VM instance. Both are in same projects. I want the VM instance service exposed only to the APP engine service. How do i whitelist/ create the necessary firewall rule ? I have tried whitelisting for specific service account but not works. ANy help would be appreciated
George (Cloud Platform Support)
unread,
Sep 27, 2019, 1:08:39 PM9/27/19
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Google App Engine
Hello Sujesh,
If you want your VM instances to use internal IP addresses instead of external IP addresses, you can use Private services access in a Virtual Private Cloud (VPC) network. You can read more about VPCs on the "Virtual Private Cloud (VPC) network overview" page.