Google Cloud Essential Skills: Challenge Lab
This lab is easy to understand and contains less commands. Follow along the video and complete it in minutes.
Video - https://youtu.be/jyBW6B0rYNM
Task 1
Create a Linux VM Instance
Create a Linux virtual machine, name it "Apache" and specify the zone as "us-central1-a".
Enable Public Access to VM Instance
While creating the Linux instance, make sure to apply the appropriate firewall rules so that potential customers can find your new product.
Task 2 :
Use these commands in SSH :
sudo su -
apt-get install apache2 -y
service --status-all
Task 3:
Check External IP or this task is automatically done.
TECH_ED - CHEKOUT HERE