turbot / steampipe-mod-aws-compliance

Run individual controls or full compliance benchmarks for CIS, PCI, NIST, HIPAA and more across all of your AWS accounts using Powerpipe and Steampipe.
https://hub.steampipe.io/mods/turbot/aws_compliance
Apache License 2.0
369 stars 59 forks source link

Update AWS CIS v1.50 documentation section 4 typos #565

Closed bob-bot closed 1 year ago

bob-bot commented 1 year ago

The following controls have incorrect references to AWS CLI commands compared to what is written in the CIS Benchmark documentation:

Control: 4.2 Ensure a log metric filter and alarm exist for Management Console sign-in without MFA The metric-name parameter is wrong in the put-metric-alarm command (unauthorized_api_calls_metric instead of no_mfa_console_signin_metric)..

Control: 4.12 Ensure a log metric filter and alarm exist for changes to network gateways The evaluation-periods parameter is missing a hyphen.

Control: 4.15 Ensure a log metric filter and alarm exists for AWS Organizations changes The alarm-name parameter is wrong in the put-metric-alarm command (vpc_changes_alarm instead of organizations_changes_alarm).

misraved commented 1 year ago

Closed as a part of https://github.com/turbot/steampipe-mod-aws-compliance/pull/566