AWS CloudFormation Express mode speeds deployments up to 4x

At its Washington D.C. summit, AWS introduced CloudFormation and CDK Express mode, which cuts infrastructure deployment time by up to 4x for both human developers and AI agents. The key mechanism: Express mode completes stack operations once resource configuration is applied, skipping extended stabilization checks such as traffic readiness and cross-region propagation that traditionally add minutes to every deploy.
Alongside Express mode, AWS added pre-deployment validation on all Create Stack and Update Stack operations, catching common errors before provisioning begins. Customers get feedback in seconds instead of waiting through a full provision-and-rollback cycle — a meaningful win for CI/CD pipelines and, increasingly, for AI agents that programmatically manage infrastructure.
The theme tying these releases together is agent-readiness: AWS is optimizing its core infrastructure primitives for a world where AI agents, not just humans, provision and manage cloud resources. Faster feedback loops and pre-flight validation matter more when an autonomous agent is iterating on infrastructure without a human in the loop.
Express mode is available in all commercial Regions at no additional cost, lowering the barrier to adoption. The practical caveat is that skipping stabilization checks trades some safety guarantees for speed, so teams will want to understand which checks Express mode bypasses before using it for production-critical stacks. For rapid iteration and development environments, though, a 4x speedup is a clear productivity gain.