CU-CloudCollab / aws-config-check

These scripts provide an easy way to check if your AWS account is in compliance with configuration required by Cornell policy.
2 stars 0 forks source link

Deprecated

This repo has been deprecated in favor of https://github.com/CU-CloudCollab/cucloud_utils.

README

The repo contains simple Ruby scripts to check an AWS account against configuration required by Cornell policy.

Configuration Checks

The baseline Cornell policy for organizational use of AWS are outlined in Cloudification Service Details.

This code checks for the following:

Add your ideas for additional checks as issues to this repo.

Notes

The check-aws.rb script will alert on CloudTrail configs that uses one trail for each region. We are transitioning to the multi-region style of trail, and not all accounts are transitioned yet.

How do I run it?

Prerequisites

Running the code

$ ./check-aws.rb

Who do I talk to about this project?