Skip to main content
  1. Projects/
  2. AWS DevOps Pro Certification/
  3. 1: SDLC Automation/
  4. 3: CodeDeploy/

3: appspec.yml

·1 min

How to run custom actions during deploy?

  • Appspec file; lifecycle

What’s the appspec.yml?

  • Manages each deployment as a series of lifecycle event hooks
    • YAML or JSON format
  • hooks = run custom code at specific times during deploy

What’s defined in the appspec?