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.”

Deploying an AWS CloudFormation stack

Focus mode
Deploying an AWS CloudFormation stack - Amazon CodeCatalyst

This section describes how to deploy a AWS CloudFormation stack using a CodeCatalyst workflow. To accomplish this, you must add the Deploy AWS CloudFormation stack action to your workflow. The action deploys a CloudFormation stack of resources into AWS based on a template that you provide. The template can be a:

If the stack already exists, the action runs the CloudFormation CreateChangeSet operation, and then the ExecuteChangeSet operation. The action then waits for the changes to be deployed and marks itself as either succeeded for failed, depending on the results.

Use the Deploy AWS CloudFormation stack action if you already have an AWS CloudFormation or AWS SAM template that contains resources you'd like to deploy, or you plan on generating one automatically as part of a workflow build action using tools like AWS SAM and AWS Cloud Development Kit (AWS CDK).

There are no restrictions on the template you can use—whatever you can author in CloudFormation or AWS SAM you can use with the Deploy AWS CloudFormation stack action.

Tip

For a tutorial that shows you how to deploy a serverless application using the Deploy AWS CloudFormation stack action, see Tutorial: Deploy a serverless application.

Runtime image used by the 'Deploy AWS CloudFormation stack' action

The Deploy AWS CloudFormation stack action runs on a November 2022 image. For more information, see Active images.

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