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.
These notes have not been proof read or polished in any way. They are accurate as of March 2018.
- Acronyms
- Build PDF
- PDF Version
- Overview
- Courses
- Management
- Products and Services
- References
- Study Plan
- Products and Services
- Big Data
- Cloud AI
- Compute
- Design
- Diagrams
- Networking
- Resource Manager
- Storage
- Tools
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 delete the current pdf
directory and then recreate it by building the documents from the markdown files.