This lab walks you through VPC Firewall rules.
You will be creating a Rule to allow egress traffic.
You will be creating a Rule to allow Ingress traffic.
Region: us-central1
Duration: 30 minutes
A firewall is a layer of Security that controls network security, which means incoming and outgoing traffic. A firewall is implicitly denied by default. You just need to open the ports that you need.
Each rule can be either Ingress or Egress.
Using firewall rules either you can allow or deny connections.
You can allow traffic from the internet or internal traffic.
Create a firewall rule to allow egress of all traffic.
Create a firewall rule to allow ingress SSH traffic only.