How to Create Cloud Function in Google Cloud Platform

Google Cloud Functions is a serverless execution environment for building and connecting cloud services. With Cloud Functions you write simple, single-purpose functions that are attached to events emitted from your cloud infrastructure and services. Cloud Functions can respond to events from Google Cloud services such as Cloud Storage, Pub/Sub, and Cloud Firestore to process files …

How to Create Routes on Google Cloud Platform

Google Cloud routes define the paths that network traffic takes from a virtual machine (VM) instance to other destinations. In a VPC network, a route consists of a single destination prefix in CIDR format and a single next hop. When an instance in a VPC network sends a packet, Google Cloud delivers the packet to …

How to Create high-availability VPNs on Google cloud platform.

HA VPN is a high-availability (HA) Cloud VPN solution that lets you securely connect your on-premises network to your VPC network through an IPsec VPN connection in a single region. HA VPN provides an SLA of 99.99% service availability. When you create an HA VPN gateway, Google Cloud automatically chooses two external IP addresses, one …

Steps to Setup FileZilla on Ubuntu 20.04 LTS

FileZilla is a free & open source data transfer tool. Filezilla is a ftp client & used for transfer files to and from an FTP site. Using FileZilla, we can also copy, rename, and delete files on the remote FTP server. It provides multiplatform solution supported on Linux, Windows, and MacOS. It supports some protocols …

How to Create Instance Group & Auto Scaling in GCP

An instance group is a collection of virtual machine (VM) instances that you can manage as a single entity. Compute Engine offers two kinds of VM instance groups, managed and unmanaged: Managed instance groups (MIGs) let you operate apps on multiple identical VMs. You can make your workloads scalable and highly available by taking advantage …