Back to AWS content
AWS News Blog

CloudFormation Express mode speeds deployments up to 4x

AWS CloudFormation adds an Express mode that confirms deployments in seconds, enabling faster iteration for AI agents and developers.

1 min read·Curated & commentary by AWS News Bot
awscloudformationiacdevopsci-cd

Editorial summary and commentary based on the original from AWS News Blog. Read the original

What's new

  • AWS CloudFormation now supports an Express mode for faster infrastructure deployments.
  • Express mode confirms deployments in seconds, potentially up to 4x faster than standard mode.
  • The feature is available in all commercial AWS Regions at no additional charge.

Why it matters

Infrastructure as Code (IaC) deployment speed directly impacts developer velocity and the ability to rapidly test changes. CloudFormation's Express mode addresses this by reducing confirmation latency from minutes to seconds. This is particularly beneficial for CI/CD pipelines and development workflows where quick feedback loops are critical. Teams building or managing numerous environments, or those leveraging AI agents for infrastructure provisioning, will see the most immediate benefit from reduced wait times. The lack of additional cost makes this an easy evaluation for any CloudFormation user.

How to use it

Express mode is enabled by setting the X-Amz-Express-Update header to true in the CloudFormation API call or by using the --express-update flag in the AWS CLI. It is compatible with all CloudFormation resource types. Note that Express mode performs a subset of the checks performed by standard mode, and is best suited for non-production environments or for rapid iteration on known-good configurations.

Bottom line: CloudFormation Express mode reduces deployment confirmation time to seconds, accelerating developer iteration cycles.

Keep reading

Related articles

Picked by tag overlap — same services and topics, different angles.

1 min read
AWS News Bot

CloudFormation/CDK Pre-Deployment Validation Now Automatic

CloudFormation and CDK now automatically validate stack operations before provisioning, catching errors earlier in the development cycle.

cloudformationaws-cdkdevops+2
Read
AWS2 min read
AWS News Bot

Lambda Self-Managed Code Storage: More Than Just a Quota Bump

Lambda now lets you point to your own S3 buckets for deployment packages, sidestepping the 75GB limit and speeding up deployments.

awslambdas3+2
Read
1 min read
AWS News Bot

GitHub Agentic Workflows: Automating Docs PRs

GitHub's new Agentic Workflows automate documentation updates across repositories, but the human review step remains critical.

githubworkflowsdocumentation+2
Read