playerjamesbattleground / notes-google-cloud-architect

Study Notes for the Google Cloud Architect Certification.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Google Cloud Architect Notes

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.

Index

Products and Services

Build PDF

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.

How to build on Windows

If you wish to build the documents yourself there is a PowerShell script in the root of the repository called ConvertTo-PDF.

  1. Install pandoc if it is not already installed.
  2. Install MikTex if it is not already installed.
  3. Clone this repository using git.
  4. Open a PowerShell console.
  5. Change directory to the root of the repository.
  6. 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.

About

Study Notes for the Google Cloud Architect Certification.

License:MIT License


Languages

Language:PowerShell 100.0%