Home icon

Safely Handle Configuration Drift with CloudFormation Drift-Aware Change Sets

DevOps & Developer Productivity Blog



This article explains CloudFormation drift-aware change sets, a new feature that safely handles configuration drift by showing three-way comparisons before deployment.

  • Drift-aware change sets compare new template, actual resource state, and previous template
  • Prevents dangerous overwrites like accidental Lambda memory reduction during updates
  • Systematically remediates unauthorized changes like forgotten security group rules
  • Recreates accidentally deleted resources while maintaining infrastructure dependencies
  • Use REVERT_DRIFT deployment mode to bring resources back to template compliance
  • Available via CloudFormation Console or AWS CLI with --deployment-mode REVERT_DRIFT parameter
  • Best practice: always review three-way comparisons before executing change sets

Drift-aware change sets enable safe infrastructure automation by preventing unexpected resource modifications and maintaining compliance with approved templates.



Go to article

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

Nov 18
2025
Safely handle configuration drift with AWS CloudFormation drift-aware change sets
Nov 21
2025
Take fine-grained control of your AWS CloudFormation StackSets Deployment with StackSet Dependencies
Nov 18
2025
Accelerate infrastructure development with CloudFormation pre-deployment validation and simplified troubleshooting
Nov 18
2025
AWS CloudFormation accelerates dev-test cycle with early validation and simplified troubleshooting

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.