Archives for GCP Infrastructure - Page 4
Standard Network Tier vs. Premium Network Tier GCP
When would you need to upsize to the Premium Tier in GCP? Basically, if your backend is multi region (and you need services like a global, https load balancer), you…
Build your own NAT Instance on GCP (or AWS)
One of the advantages of Software Defined Networking is the sheer flexibility - one doesn't have to bring hardware routers, bridges, construct inter network connections. Want a NAT Gateway? That's…
Firewall Rules in GCP via Terraform
Firewall rules are defined at the VPC level (so ignore all the default firewall rules as they only apply to the default VPC). For your custom VPC, to create a…
Connecting to a Compute Instance using SSH
Some questions you will face when you decided to use Google's Compute Engine for your VM Instances, include: How will admins access the Compute Instance ? (There are 4 different…