From 5c0936459a890f396ff364756bf5523a3577fdb9 Mon Sep 17 00:00:00 2001 From: 10cbr <93221409+10cbr@users.noreply.github.com> Date: Wed, 27 Oct 2021 00:42:56 +0530 Subject: [PATCH] Update Build and Secure Networks in Google Cloud_ Challenge Lab --- ...and Secure Networks in Google Cloud_ Challenge Lab | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Build and Secure Networks in Google Cloud_ Challenge Lab b/Build and Secure Networks in Google Cloud_ Challenge Lab index 552a751..17ec54f 100644 --- a/Build and Secure Networks in Google Cloud_ Challenge Lab +++ b/Build and Secure Networks in Google Cloud_ Challenge Lab @@ -1,14 +1,5 @@ #WATCH FULL LAB ON : https://www.youtube.com/watch?v=22TczCBXyys - - -gcloud compute firewall-rules delete open-access - - - -gcloud compute instances start bastion - - -gcloud compute firewall-rules create ssh-ingress --allow=tcp:22 --source-ranges 35.235.240.0/20 --target-tags ssh-ingress --network acme-vpc + --source-ranges 35.235.240.0/20 --target-tags ssh-ingress --network acme-vpc gcloud compute instances add-tags bastion --tags=ssh-ingress --zone=us-central1-b