Skip to content

Manifests

Efe Karakus edited this page Sep 21, 2020 · 21 revisions

The AWS Copilot CLI manifests describe a service’s architecture as infrastructure-as-code.

It is a file generated from copilot init or copilot svc init that gets converted to a AWS CloudFormation template. Unlike raw CloudFormation templates, the manifest allows you to focus on the most common settings for the architecture of your service and not the individual resources.

Manifest files are stored under the copilot/<your service name>/ directory.

Clone this wiki locally