An open API service indexing awesome lists of open source software.

https://github.com/cloudacademy/gcp-overview


https://github.com/cloudacademy/gcp-overview

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# Overview of Google Cloud Platform
This file contains text you can copy and paste for the examples in Cloud Academy's _Overview of Google Cloud Platform_ course.

### Introduction
[Free GCP Trial](https://cloud.google.com/free/)

### Using the Google Cloud Console
[Google Cloud Console](https://console.cloud.google.com/)

### Using the CLI
```
gcloud compute instances create instance-1 --zone=us-central1-a
```
```
git clone https://github.com/GoogleCloudPlatform/python-docs-samples
cd python-docs-samples/appengine/standard_python3/hello_world
gcloud app deploy
```

### More Services
[Google Cloud Products](https://cloud.google.com/products/)

### Designing a Solution
[GCP Official Icons and Solution Architectures](https://docs.google.com/presentation/d/1vjm5YdmOH5LrubFhHf1vlqW2O9Z2UqdWA8biN3e8K5U/)
[13 sample architectures to kickstart your Google Cloud journey](https://cloud.google.com/blog/products/application-development/13-popular-application-architectures-for-google-cloud)

### Summary
[GCP documentation](https://cloud.google.com/docs)
support@cloudacademy.com