Skip to content

Instantly share code, notes, and snippets.

@kylesm
kylesm / reinvent2014.md
Created November 29, 2020 19:40
AWS re:Invent 2014 session notes

APP306: Using AWS CloudFormation for Deployment and Management at Scale

Video

  • Give developers access to the services they build.
  • Have developers "take the phone" (support their services)
    • what tools do they need to do that?
  • Version the CF templates with the code that uses them
  • Split CF stacks based on stateful and stateless resources

Cutting the Gordian Knot

  • When solving impossible problems, ask yourself:
  • Is there an easier way?
  • Am I solving the right problem?
  • Why is this a problem?
  • What makes it hard?
  • Do I have to do it this way?
  • Does it have to be done at all?