Lab 3 | Google Cloud Platform Tutorial for Beginners | Create Cloud Storage
Google Cloud Platform, offered by Google, is a suite of cloud computing services. The Google Cloud Console provides a web-based, graphical user interface that you can use to manage your Google Cloud projects and resources. In this series, practise labs & learn GCP components. Cloud Storage is a service for storing your objects in Google Cloud. An object is an immutable piece of data consisting of a file of any format. You store objects in containers called buckets. All buckets are associated with a project, and you can group your projects under an organization. Google Cloud console - https://console.cloud.google.com Startup script: apt-get update apt-get install apache2 php php-mysql -y service apache2 restart export LOCATION=US echo $DEVSHELL_PROJECT_ID gsutil mb -l $LOCATION gs://$DEVSHELL_PROJECT_ID gsutil cp gs://cloud-training/gcpfci/my-excellent-blog.png my-excellent-blog.png gsutil cp my-excellent-blog.png gs://$DEVSHELL_PROJECT_ID/my-excellent-blog.png gsutil acl ch -u allUsers:R gs://$DEVSHELL_PROJECT_ID/my-excellent-blog.png cd /var/www/html sudo service apache2 restart sudo nano index.php You can subscribe my channel for more educational videos on Cloud & related topics.
Download
0 formatsNo download links available.