Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/laimonassutkus/awscloudformation101
- Owner: laimonassutkus
- Created: 2021-04-15T07:11:33.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-04-15T10:28:48.000Z (over 3 years ago)
- Last Synced: 2023-03-06T19:09:45.453Z (over 1 year ago)
- Topics: aws, aws-cdk, cloudformation
- Language: Python
- Homepage:
- Size: 12.7 KB
- Stars: 18
- Watchers: 1
- Forks: 50
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).