└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # Overview of Google Cloud Platform 2 | This file contains text you can copy and paste for the examples in Cloud Academy's _Overview of Google Cloud Platform_ course. 3 | 4 | ### Introduction 5 | [Free GCP Trial](https://cloud.google.com/free/) 6 | 7 | ### Using the Google Cloud Console 8 | [Google Cloud Console](https://console.cloud.google.com/) 9 | 10 | ### Using the CLI 11 | ``` 12 | gcloud compute instances create instance-1 --zone=us-central1-a 13 | ``` 14 | ``` 15 | git clone https://github.com/GoogleCloudPlatform/python-docs-samples 16 | cd python-docs-samples/appengine/standard_python3/hello_world 17 | gcloud app deploy 18 | ``` 19 | 20 | ### More Services 21 | [Google Cloud Products](https://cloud.google.com/products/) 22 | 23 | ### Designing a Solution 24 | [GCP Official Icons and Solution Architectures](https://docs.google.com/presentation/d/1vjm5YdmOH5LrubFhHf1vlqW2O9Z2UqdWA8biN3e8K5U/) 25 | [13 sample architectures to kickstart your Google Cloud journey](https://cloud.google.com/blog/products/application-development/13-popular-application-architectures-for-google-cloud) 26 | 27 | ### Summary 28 | [GCP documentation](https://cloud.google.com/docs) 29 | support@cloudacademy.com 30 | --------------------------------------------------------------------------------