diff --git a/whitelist_sample.txt b/whitelist_sample.txt index a17829e3..7da90c0f 100644 --- a/whitelist_sample.txt +++ b/whitelist_sample.txt @@ -18,4 +18,12 @@ check26:myignoredbucket # REGEXES # This whitelist works with regexes (ERE, the same style of regex as grep -E and bash's =~ use) # therefore: -# extra718:[[:alnum:]]+-logs # will ignore all buckets containing the terms ci-logs, qa-logs, etc. \ No newline at end of file +# extra718:[[:alnum:]]+-logs # will ignore all buckets containing the terms ci-logs, qa-logs, etc. + +# EXAMPLE: CONTROL TOWER +# When using Control Tower, guardrails prevent access to certain protected resources. The whitelist +# below ensures that warnings instead of errors are reported for the affected resources. +#extra734:aws-controltower-logs-[[:digit:]]+-[[:alpha:]\-]+ +#extra734:aws-controltower-s3-access-logs-[[:digit:]]+-[[:alpha:]\-]+ +#extra764:aws-controltower-logs-[[:digit:]]+-[[:alpha:]\-]+ +#extra764:aws-controltower-s3-access-logs-[[:digit:]]+-[[:alpha:]\-]+ \ No newline at end of file