Step 1 - Create an instance in a public subnet (to be later used as a NAT Instance) gcloud compute instances create nat-gateway --network my-network --can-ip-forward \ --zone us-central1-a \…
Continue Reading