sandeept1986 / AWSCloudFormation101

Workshop material for learning AWS CloudFormation and AWS CDK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AWSCloudFormation101

Workshop material for learing AWS CloudFormation.

Preparation (using AWS CloudShell)

  • 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.

Workshop 1: CloudFormation

Our first step is to learn fundamentals. Lets jump straight to the learning material: Workshop 1.

Workshop 2: AWS CDK

Secondly, as we now know what CloudFormation is, we can jump on more advanced topics, like AWS CDK: Workshop 2.

About

Workshop material for learning AWS CloudFormation and AWS CDK.


Languages

Language:Python 92.0%Language:Shell 8.0%