This repository contains my notes for studying the Google Cloud Platform to sit the Cloud Architect exam.
I passed the exam and am leaving this repository here for anyone else to use.
Either fork this repository or raise an issue and I will make you a contributor.
See the Change Log below for update details.
Use the GitHub code view to locate documents.
I recommend installing Octotree in FireFox (why FireFox?) to help you read the documents online.
Install Mark Text to read and update the documents.
These notes can be built into PDF (or any format for that matter) to make it easier to read and review.
There is a pre-built set of PDF documents in the pdf directory.
If you wish to build the documents yourself there is a PowerShell script in the root of the repository called ConvertTo-PDF.
- Install pandoc if it is not already installed.
- Install MikTex if it is not already installed.
- Clone this repository using git.
- Open a PowerShell console.
- Change directory to the root of the repository.
- Run the PowerShell script by typing
.\ConvertTo-PDF.ps1
.
The script will create a pdf
directory by building the documents from the markdown files.
- 2019-10:
- Additions:
- Cloud Storage - Bucket Policy Only (beta)
- Big Data - Cloud IoT Core
- Removals:
- PDF directory. Please build your own.
- Diagrams Directory. Images have been integrated with the service documents.
- Updates:
- README updated.
- Additions:
- 2018-12: Contributions added
- 2018-03: Majority work completed
- 2018-02: Initial Commit