https://github.com/cloudacademy/gcp-overview
https://github.com/cloudacademy/gcp-overview
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cloudacademy/gcp-overview
- Owner: cloudacademy
- Created: 2020-10-15T17:46:02.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-10-15T18:01:34.000Z (over 5 years ago)
- Last Synced: 2025-08-03T04:22:58.543Z (11 months ago)
- Size: 3.91 KB
- Stars: 43
- Watchers: 5
- Forks: 38
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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