Skip to content
Wade Womersley

wade.one

wade womersley – york based software engineer

  • Home
  • 2026
  • July
  • 17
  • CloudFormation Express Mode Is Fast Because It Stops Waiting

CloudFormation Express Mode Is Fast Because It Stops Waiting

Posted on July 17, 2026 By
Programming

CloudFormation Express mode can make deployments up to four times faster, but it does that by changing what “finished” means. That is useful for development loops and agent-driven infrastructure work. It is also exactly why I would not switch it on everywhere without thinking about what runs immediately after the deploy.

AWS explains that Express mode completes when resource configuration has been applied instead of waiting for extended stabilisation checks. Resources keep becoming operational in the background. It works with existing templates, the CLI, SDKs, and CDK through cdk deploy --express, with no additional charge in commercial regions.

For a disposable stack or a tight development loop, that sounds genuinely useful. Waiting a minute for a queue and dead-letter queue on every iteration is just friction. The caveat is that Express mode disables rollback by default and a successful stack operation no longer proves every resource is ready to serve traffic. Any pipeline that deploys and immediately runs integration tests, shifts traffic, or announces success needs its own readiness checks.

I would use Express mode where speed improves feedback and the failure is cheap. I would keep the standard behaviour where CloudFormation’s wait is part of the safety case, or add explicit monitoring and rollback before using Express in production. Faster is good, but only when the next command understands what it was promised.

Share:

  • Share on Facebook (Opens in new window) Facebook
  • Share on X (Opens in new window) X
  • Share on Tumblr (Opens in new window) Tumblr
  • Share on Pinterest (Opens in new window) Pinterest
  • Share on LinkedIn (Opens in new window) LinkedIn
  • Share on Reddit (Opens in new window) Reddit

Related

Comments

comments

Tags: aws aws-cdk cloudformation infrastructure-as-code

Post navigation

❮ Previous Post: .NET 8 and .NET 9 End Support on the Same Day

You may also like

Programming
MySQL – Binary(16) and scalability
January 29, 2010
Programming
Automating “Implemented methods” for a web based API
April 25, 2011
PHP
PHP 8.5 Clone With Makes Value Objects Less Annoying
May 10, 2026
Programming
PHPNW09 – PHP North-West 09 Conference
October 10, 2009
  • AI
  • artificial intelligence
  • Ego-centric
  • Events
  • Films
  • Food
  • Gaming
  • Gym
  • Hardware
  • Holidays
  • News
  • PHP
  • Programming
  • Random Stuff
  • Reviews
  • Science
  • SEO
  • Software
  • Software Engineer
  • Support
  • Uncategorized
  • Work

Copyright © 2026 wade.one.

Theme: Oceanly News Dark by ScriptsTown