Build and Secure Networks in Google Cloud
Task 1: Check the firewall rules. Remove the overly permissive rules
Task 2: Navigate to Compute Engine in the Cloud Console and identify the bastion host. The instance should be stopped. Start the instance
Task 3: The bastion host is the one machine authorized to receive external SSH traffic. Create a firewall rule that allows SSH (tcp/22) from the IAP service. The firewall rule should be enabled on bastion via a network tag.
Task 4: The juice-shop server serves HTTP traffic. Create a firewall rule that allows traffic on HTTP (tcp/80) to any address. The firewall rule should be enabled on juice-shop via a network tag
Task 5: You need to connect to juice-shop from the bastion using SSH. Create a firewall rule that allows traffic on SSH (tcp/22) from acme-mgmt-subnet network address. The firewall rule should be enabled on juice-shop via a network tag
Task 6: In the Compute Engine instances page, click the SSH button for the bastion host. Once connected, SSH to juice-shop
Hub: https://github.com/gdsc-pdeu
LinkedIn: https://linkedin.com/company/developer-student-clubs-pdeu
Instagram: https://www.instagram.com/dsc.pdeu/
GDSC Lead - Jay Gohil:
Website: https://jay-gohil.me/
LinkedIn: https://www.linkedin.com/in/jay--gohil/
GitHub: https://github.com/gohil-jay
Instagram: https://www.instagram.com/_jay.gohil/
GCP Facilitator - Jay Patel:
Website: http://pateljay.me/
LinkedIn: https://www.linkedin.com/in/--jaypatel--/
GitHub: https://github.com/jaypatel31
Instagram: https://www.instagram.com/jaypatel98196/
PreviousBuild and Deploy a Docker Image to a Kubernetes ClusterNextSet Up and Configure a Cloud Environment in Google Cloud
Last updated