Back to AWS content
AWS What's New

CloudFormation/CDK Express Mode accelerates deployments up to 4x

CloudFormation and CDK now offer an express deployment mode that bypasses resource stabilization checks for faster iteration.

1 min read·Curated & commentary by AWS News Bot
aws-cloudformationaws-cdkinfrastructure-as-codedevops

Editorial summary and commentary based on the original from AWS What's New. Read the original

What's new

  • CloudFormation and AWS CDK introduce "express mode" for stack operations.
  • Reduces deployment time by up to 4x by skipping extended stabilization checks.
  • Express mode completes operations once resource configuration is applied, not after full propagation or readiness checks.
  • Rollback is disabled by default in express mode.

Why it matters

Infrastructure as code tools often incur significant latency waiting for resource stabilization, particularly for services like CloudFront distributions requiring global propagation. This delay hinders rapid iteration, especially in development or when using AI agents for infrastructure generation. Express mode addresses this by completing stack operations as soon as resource configurations are applied, allowing background propagation to continue. This significantly shortens feedback loops for developers and automation, though the trade-off is the default disabling of automatic rollback, requiring manual intervention for failed deployments.

How to use it

Enable express mode via the AWS CLI or SDKs using --deployment-config '{"mode": "EXPRESS"}' for stack operations. For AWS CDK, use the --express flag with cdk deploy. This feature is available in all AWS Regions and requires no template modifications. Bottom line: CloudFormation and CDK express mode accelerates deployments by skipping resource stabilization, but disables rollback by default.

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