Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

talentedmrjones/cloudformation-deep-dive

Repository files navigation

AWS CloudFormation

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 (VPC, EC2, S3, RDS)
  • Scripting or programming (YAML, JSON, Python, etc)

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 Stacks

  • Using aws cli
  • using Management console

Updating Stacks

  • 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

Links

About

For Oreilly live training

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages