Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laimonassutkus/awscloudformation101

Workshop material for learning AWS CloudFormation and AWS CDK.
https://github.com/laimonassutkus/awscloudformation101

aws aws-cdk cloudformation

Last synced: 9 days ago
JSON representation

Workshop material for learning AWS CloudFormation and AWS CDK.

Awesome Lists containing this project

README

        

# 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](https://github.com/laimonassutkus/AWSCloudFormation101/tree/master/Workshop%201%20CloudFormation).

### Workshop 2: AWS CDK

Secondly, as we now know what CloudFormation is, we can jump on more advanced topics, like AWS CDK: [Workshop 2](https://github.com/laimonassutkus/AWSCloudFormation101/tree/master/Workshop%202%20AWS%20CDK).