Search⌘ K
AI Features

Components of AppSpec YAML File

Explore the key components of the AppSpec YAML file used in AWS CodeDeploy to manage deployment lifecycle events. Understand sections like version, os, resources, files, and hooks that define deployment configurations for EC2, ECS, and Lambda environments. This lesson helps you validate and prepare robust deployment specifications.

AWS CodeDeploy uses a configuration file named appspec.yml to manage each deployment. This deployment file can be written in YAML or ...