Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 1 addition & 10 deletions Build and Secure Networks in Google Cloud_ Challenge Lab
Original file line number Diff line number Diff line change
@@ -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


Expand Down