Create a VM Using a Predefined Image
Create a VM instance and make sure to Allow HTTP and HTTPS traffic
Now, SSH into it and install apache and commands for that are listed below
sudo su
apt update
apt -y install apache2
apache is installed
Close this SSH, and copy your Exte...
gaurisblog.hashnode.dev2 min read