This script will audit your S3 buckets and flag those with configuration that might cause you to be the next Dow Jones.
- Clone this gist -
git clone https://gist.github.com/8bfcd7096558044dc84689ac05575fa8.git im-not-dow-jones
- Change into the newly created directory -
im-not-dow-jones
- Install the dependencies -
pip install -r requirements.txt
- Setup your AWS credentials -
aws configure
(The account will need full access to your S3 buckets) - Set the excute bit on the script -
chmod +x im-not-dow-jones.py