Workshop material for learing AWS CloudFormation.
- Login to AWS Console.
- Login to AWS CloudShell environment.
- Install AWS CDK with:
sudo npm i -g aws-cdk
. - Clone this project with:
git clone https://github.com/laimonassutkus/AWSCloudFormation101
.
Our first step is to learn fundamentals. Lets jump straight to the learning material: Workshop 1.
Secondly, as we now know what CloudFormation is, we can jump on more advanced topics, like AWS CDK: Workshop 2.