Skip to content

Latest commit

 

History

History
61 lines (52 loc) · 1.83 KB

File metadata and controls

61 lines (52 loc) · 1.83 KB

Chapter 1 - Intro and Theory

  • Ch01_L01 – Introduction
  • Ch01_L02 – A Quick Refresher
  • Ch01_L03 – Template Anatomy
  • Ch01_L04 – Template Operations
  • Ch01_L05 – Tips & Watchouts

Chapter 2 - Custom Resources

  • Ch02_L01 – Overview
  • Ch02_L02 – What We Are Building
  • Ch02_L03 – Let's Make one
  • Ch02_L04 – Let's Use It

Chapter 3 - Macros & Transforms

  • Ch03_L01 – Overview
  • Ch03_L02 – Macro: String Operations
  • Ch03_L03 – Macro: Common Tags
  • Ch03_L04 – Macro: Custom Resource Types
  • Ch03_L05 – Unit Testing

Chapter 4 - Best Practices

  • Ch04_L01 – Nested Stacks - Create
  • Ch04_L02 – Nested Stacks - Recover
  • Ch04_L03 – Working with Secrets
  • Ch04_L04 – Template Strategies
  • Ch04_L05 – Template Storage and Revisions

Chapter 5 - Mastering Stacks

  • Ch05_L01 – Service Roles
  • Ch05_L02 – Change Sets
  • Ch05_L03 – StackSets - Part1
  • Ch05_L04 – StackSets - Part2
  • Ch05_L05 – Stack Policies

Chapter 6 - Working with EC2 Instances

  • Ch06_L01 – CloudFormationInit
  • Ch06_L02 – configSets
  • Ch06_L03 – Resource Policies
  • Ch06_L04 – cfn-hup

Chapter 7 - Working with Serverless

  • Ch07_L01 – AWS Serverless Application Repository - Part 1
  • Ch07_L02 – AWS Serverless Application Repository - Part 2
  • Ch07_L03 – AWS Serverless Application Repository - Part 3
  • Ch07_L04 – JAMStack Deployment - Part 1
  • Ch07_L05 – JAMStack Deployment - Part 2

Chapter 8 - Putting it all together

  • Ch08_L01 – Programmatic CloudFormation
  • Ch08_L02 – Portal Code Walk-through
  • Ch08_L03 - Complete Course Clean-up

Chapter 9 - Other Tools

  • Ch09_L01 - Frameworks
    • Troposphere
    • Serverless Framework
    • AWS SAM
    • AWS CDK
  • Ch09_L02 – CloudFormation Registry & CLI Discussion
  • Ch09_L03 – Conclusion