Skip to content

Releases: mopyle4/cfn-drift-extended

v1.0.0 — First stable release

Choose a tag to compare

@mopyle4 mopyle4 released this 02 Jun 16:53

cfn-drift-extended v1.0.0

Detect additive drift and orphaned resources in CloudFormation-managed AWS accounts.

Features

  • Additive drift detection for 8 services: IAM, Security Groups, SNS, SQS, EventBridge, Lambda, S3, DynamoDB
  • Orphaned resource detection for IAM roles, Security Groups, Lambda functions, SQS queues, SNS topics
  • Provenance classification — each orphan bucketed as cfn_orphan_deleted_stack, non_iac, or unknown
  • CLI with audit and orphans commands
  • JSON output for CI/CD integration
  • GitHub Action for automated drift checks in workflows

Install

pip install cfn-drift-extended

**Full Changelog**: https://github.com/mopyle4/cfn-drift-extended/commits/v1.0.0