Skip to content

Latest commit

 

History

History
80 lines (51 loc) · 2.44 KB

README.md

File metadata and controls

80 lines (51 loc) · 2.44 KB

AWS CloudFormation Deep Dive

Instructor Richard Jones

More training

A Note About This Class

This class is intended for those who have AWS experience or have previously attended other training.

This class assumes you have a working knowledge of

  • AWS global infrastructure
  • AWS core services
  • Scripting or programming

This class covers

  • Deep technical details of AWS CloudFormation
  • How to write and deploy templates
  • How CloudFormation fits into CI/CD

This class does not cover

  • Fundamentals
  • Other AWS services
  • Continuous Integration and Deployment
  • Every CloudFormation feature

Agenda

CloudFormation Overview

  • Documentation
  • Syntax
  • CloudFormations place in CI/CD

Creating Resources

  • Using aws cli
  • using Management console

Updating Resources

  • Change sets
  • deploy command

Stack Variables

  • Pseudo-parameters
  • Parameters
  • Mappings
  • References

Organizing Templates and Stacks

  • Nested Stacks
  • cross-stack references

Conditions

  • conditional resources
  • conditional resource options

Wait Conditions and Helper Scripts

  • Wait handles
  • Cloud init

Intrinsic Functions

  • explore intrinsic functions