gcloud compute instances add-tags [INSTANCE_NAME] --tags production,web
gcloud compute firewall-rules create web-logdata \ --network logging-network \ --allow TCP:443 \ --source-tags web-production \ --target-tags log-data
gcloud compute routes create my-route --destination-range 10.0.0.0/16 \ --network my-network [--tags=web-prod,api-gate-prod]
Demonstrate your proficiency to design, build and manage solutions on Google Cloud Platform.