AWS CloudFormation now auto-validates all stack operations before deployment begins
AWS has extended pre-deployment validation in CloudFormation to cover all stack operations, not just change sets, according to a June 30 AWS DevOps blog post. Previously, automatic checks ran only when developers explicitly created a change set; now CreateStack and UpdateStack calls also trigger the same synchronous validation before any resources are modified. The feature introduces two tiers: a FAIL tier that blocks operations with critical errors like property syntax mistakes or resource name conflicts, and a WARN tier that flags advisory issues such as service quota limits without stopping execution. WARN-level results remain exclusive to the change-set workflow, while the direct create and update paths are strictly fail-fast. The change is enabled by default across all supported AWS regions, requires no opt-in, and includes a new cdk validate command for local template checks as well as a --disable-validation flag for cases where bypassing is needed.
This is an AI-generated summary. ShortSingh links to the original source for the complete article.
Discussion (0)
Log in to join the discussion and vote.
Log in