3. In VPC network firewall rules allow ingress from google service IPs where destination = instance_tag
In the VPC network firewall config, which IP ranges should be configured to allow ingress to the protected instance_tag?
I want to allow app deployment, cloud tasks/task queue, cron jobs ingress:
10.1.0.41 app deployment service (says standard env only, what about flex?)
0.1.0.40, 10.0.0.1 URL Fetch service
Cron and task queues seem to be using an internal google protocol to mimic http? So don't need specific firewall rules to allow ingress?