Skip to content

Analyze an AWS account on-demand

Latest

Choose a tag to compare

@skuenzli skuenzli released this 28 Sep 19:28
· 2 commits to main since this release
de39059

You can now analyze an AWS account on-demand with the k9 CLI's analyze account command.

The analyze account command is authorized by your own AWS identity and the principals you have configured to allow use of the k9 Security APIs. So obtain valid AWS credentials for a principal authorized to use the API.

Then, trigger an analysis by specifying the customer and account ids:

k9 analyze account --customer_id C123456 --account 123456789012

If all goes well, the command-line should respond with output like:

Starting analysis of C123456 account 123456789012 using api.k9security.io
Started analysis for C123456 account 123456789012 with execution ID: ondemand-C123456-123456789012-2022-09-28_B4QX

The execution ID uniquely identifies this analysis' execution.