NAVADMC / ADSM

A simulation of disease spread in livestock populations. Includes detection and containment simulation.
Other
10 stars 5 forks source link

Create Proxy for Internet Access #569

Open BryanHurst opened 9 years ago

BryanHurst commented 9 years ago

So we don't use a ton of IP addresses (one public IP per spooled up instance), we should setup a proxy VM for all other instances. No instance should have an external IP except for the 'maintenance' or 'proxy' vm. SSH access would be chained through this VM. HTTP requests are sent to the frontend servers through the load balancer, and not through external IPs.

https://cloud.google.com/compute/docs/networking#proxyvm

BryanHurst commented 9 years ago

This maintenance instance can be of the smallest possible resource allocation.