Ship infrastructure faster with CloudFormation and CDK pre-deployment validation on every stack operation
DevOps & Developer Productivity Blog
This article announces automatic pre-deployment validation for CloudFormation stack operations, enabling faster error detection before resources are provisioned.
- Pre-deployment validation now runs automatically on CreateStack and UpdateStack operations with no configuration required
- Three new validation checks: Service Quotas limit exceeded, AWS Config Recorder conflicts, and ECR repository delete readiness
- New cdk validate command provides construct-level source tracing that maps errors back to CDK code
- DisableValidation parameter allows operation-level control to skip checks when needed
- Validation operates in FAIL mode (stops operations) for property syntax and resource name conflicts, WARN mode (allows proceeding) for quotas and other checks
- AI agents benefit from structured, machine-readable validation feedback for automated fix-and-retry loops
Pre-deployment validation accelerates development workflows by catching common deployment errors in seconds, eliminating unnecessary rollback cycles and enabling faster iteration for both manual deployments and automated pipelines.
The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.
Related articles
2026
2026
2025
2026
The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.