Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

The CfCT manifest file

Focus mode
The CfCT manifest file - AWS Control Tower

The CfCT manifest.yaml file is a text file that describes your AWS resources. The following example shows the structure of the CfCT manifest file.

--- region: String version: 2021-03-15 resources: #set of CloudFormation resources, SCP policies, or RCP policies ...

As shown in the previous code example, the first two lines of the manifest file specify the values of the region and the version keywords. Here are the definitions of those keywords.

region – A text string for the AWS Control Tower default Region. This value must be a valid AWS Region name (such as us-east-1, eu-west-1, or ap-southeast-1). The AWS Control Tower home Region is the default when you create custom AWS Control Tower resources (such as AWS CloudFormation StackSets), unless a more resource-specific Region is specified.

region:your-home-region

version – The manifest schema version number. The latest supported version is 2021-03-15.

version: 2021-03-15
Note

We strongly recommend you use the latest version. To update manifest properties in the latest version, refer to Version upgrades for the CfCT manifest.

The next keyword shown in the previous example is the resources keyword. The resources section of the manifest file is highly structured. It contains a detailed list of AWS resources, which will be deployed automatically by the CfCT pipeline. These descriptions of resources and their available parameters are given in the next section.

PrivacySite termsCookie preferences
© 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.