Skip to main content

report benchmark run Command

The report benchmark run command performs a benchmark.

Usage

report benchmark run <benchmark_id> [--accounts <account_ids>] [--severity <level>] [--only-failing] [--only-check-results]

Parameters

ParameterDescriptionRequired?Default Value
benchmark_idBenchmark identifier✔️

Options

OptionDescriptionRequired?
--accounts <account_ids>Space-delimited account IDs on which to run the benchmark (by default, run on all accounts)
--severity <level>Filter by severity level (info, low, medium, high, or critical)
--only-failingOnly display failing checks
--only-check-resultsOnly include the result of checks in the report (as opposed to in benchmark sections)

Example

> report benchmark run aws_cis_1_5 --severity critical