AWS CodePipeline supports deployments with CloudFormation StackSets

Posted on: Dec 30, 2020

AWS CodePipeline has released two new actions for creating and deploying CloudFormation StackSets. The CloudFormationStackSet action dynamically creates and deploys an initial or updated stack set configuration. The CloudFormationStackInstance action safely rolls out the stack set changes to new or existing stack instances in the stack set, region by region, reducing the risk of failure.

AWS CodePipeline is a fully managed continuous delivery service that helps you automate your release pipelines for fast and reliable application and infrastructure updates. CodePipeline automates the build, test, and deploy phases of your release process every time there is a code change, based on the release model you define.

To learn more about using CloudFormation StackSets action with AWS CodePipeline, visit our documentation. For more information about AWS CodePipeline, visit our product page. This new feature is available in all Regions where AWS CodePipeline is supported, except Asia Pacific (Hong Kong) and AWS GovCloud (US-West).