Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 469 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 469 Bytes

aws-cf-drift-detector

A simple cloudformation stack to monitor all cloudformation stacks and find drifts. Detected drifts are send to SNS topic

while in packages folder:

pip install -r requirements.txt -t .

to install never versions of boto3 and boto3core needed to access drift detection api.

Also check out deploy.sh script to know what's going on and to configure s3 bucket for stack code

Prerequisites needed to deploy

  • AWS CLI
  • AWS SAM