CU-CloudCollab / cucloud_ruby

The cucloud module is intended to serve as a lightweight wrapper around the AWS SDK that can be used to share common functionality across various AWS utilities and tools that we develop at Cornell.
6 stars 1 forks source link

Add ConfigService utility #7

Closed bharanin closed 8 years ago

bharanin commented 8 years ago

Adds support to do ruleset lookups from config service + provides some helper functions to evaluate rules (e.g., is it active? is it in compliance?). Will be injected into forthcoming cloudtrail utility library for use in checking specific cloudtrail config rules.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 100.0% when pulling 498ae2320f2f1f6c82bb2c6b40cdd71167589679 on add-cloudtrail-checks into 71eeaf41d2f732323e1dc1b8c7f93ae547adb935 on master.

sbower commented 8 years ago

Looks great!