cfn-init

  • simple configuration management system for EC2, native cfn feature
  • configuration directives stored in template that specify what you want to happen on the instance
  • AWS::CloudFormation::Init as part of EC2 resources
  • procedural - HOW (user data) vs Desired State - WHAT (cfn-init)
  • done via a helper through cfn-init helper script - installed on EC2 OS

Untitled.png