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