aws_config_mapper pulls Ruby AWS SDK data to translate AWS Config Rule results into HDF format json to be viewable in Heimdall
AWS Config Rule Mapping: The mapping of AWS Config Rules to 800-53 Controls was sourced from this link.
Authentication with AWS: Developer Guide for configuring Ruby AWS SDK for authentication
Authentication Example:
-
Create
~/.aws/credentials
-
Add contents to file, replacing with your access ID and key
``` [default] aws_access_key_id = your_access_key_id aws_secret_access_key = your_secret_access_key ```
-
(optional) set AWS region through
~/.aws/config
file with contents``` [default] output = json region = us-gov-west-1 ```
Examples:
heimdall_tools aws_config_mapper -o aws_config_results.json