Google Cloud Platform
Google Cloud Platform, offered by Google, is a suite of cloud computing services that runs on the same infrastructure that Google uses internally for its end-user products, such as Google Search, Gmail, file storage, and YouTube.
The Google Cloud Platform Tutorial video will cover all the important concepts of Google Cloud Platform. Google Cloud Platform is a set of cloud computing services provided by Google that runs on the same infrastructure that Google uses for its…
In this video we will see how to create google cloud function and test the cloud function. Scalable pay-as-you-go functions as a service (FaaS) to run your code with zero server management. GCP https://cloud.google.com/ Google Cloud Functions home: https://cloud.google.com/functions/ #googlecloudplatform…
This tutorial will show you how to use google cloud vision api service for identify images easily. you just need to write a very simple python script and you can do it. GCP https://cloud.google.com/ If you have any issue please…
This tutorial will show you how to create Google Cloud Platform Free Trial Account with detailed steps to get $300 for 90 days. https://cloud.google.com/free Google cloud trial without credit card , so i guess a lot of people are looking…
In this demo I will show how easy you can provision Your Windows Virtual Machine using Google Cloud Platform (GCP) - Compute Engine (GCE). In this video I'll provision the instance, show you how to set a password and establish…
Google Cloud Source Repositories provides Git version control to support collaborative development of any application or service. In this lab, you will create a local Git repository that contains a sample file, add a Google Source Repository as a remote,…
Command to copy file gsutil cp Source-path Destination-path(starting with gs://) eg: gsutil cp C:\Users\Khushaboo\Desktop\IMG_20190630_153237.jpg gs://mytutorial-demo-bucket2020 Command to copy a folder gsutil cp -r Source-path Destination-path(starting with gs://) eg: gsutil cp -r C:\Users\Khushaboo\Desktop\khush gs://mytutorial-demo-bucket2020 Command to list objects in the bucket…
Command to copy file gsutil cp Source-path Destination-path(starting with gs://) eg: gsutil cp C:\Users\Khushaboo\Desktop\IMG_20190630_153237.jpg gs://mytutorial-demo-bucket2020 Command to copy a folder gsutil cp -r Source-path Destination-path(starting with gs://) eg: gsutil cp -r C:\Users\Khushaboo\Desktop\khush gs://mytutorial-demo-bucket2020 Command to list objects in the bucket…
Google Cloud Platform implement firewall in form of firewall rules. You don't have to worry about any hardware, any specific configuration in different regions or zones, you can simply specify the firewall rules that You wish to have in your…
This video walks you through how to deploy a virtual machine with Cloud Deployment Manager using Cloud Shell. Build your entire infrastructure across Google Cloud with one command. Servers, network, storage, DNS, CDNs, load balancers, and much more all have…