CloudFormation is AWS' native infrastructure as code service. This presentation walks you through the process of authoring, deploying and testing your CloudFormation-driven AWS infrastructure, with opportunities to level-up your skill set along the way.
This presentation is written in markdown using remark and backslide.
Slides are in presentation.md
in remark syntax. The style sheet and required javascript components are in templates/
. All graphic assets are stored in the assets/
directory.
You'll need backslide installed to build new PDF versions: npm install -g backslide
Then run build.sh
to construct the new PDF
file.
To present the slides directly from the markdown, run bs serve
from this directory.
You can also build an animated GIF of this presentation, but you need ImageMagick (convert
) and Ghost Script (gs
). With those tools installed, execute build-gif.sh