# Each line is a (checkid:item) tuple # Example: Will not consider a myignoredbucket failures as full failure. (Still printed as a warning) check26:myignoredbucket # Note that by default, this searches for the string appearing *anywhere* in the resource name. # For example: # extra718:ci-logs # Will block bucket "ci-logs" AND ALSO bucket "ci-logs-replica" # extra718:logs # Will block EVERY BUCKET containing the string "logs" # line starting with # are ignored as comments # add a line per resource as here: #: #: # checkid2 #: # 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. # 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:]\-]+