skip to Main Content

Amazon web services – Get info from AWS CLI inspector2

I created a script to report on inspector output from the command line. aws inspector2 list-findings --query 'findings[*].{Severity:severity,Title:title,Instance:resources[*].id,Name:resources[*].tags.name,Type:resources[*].type}' --profile MYPROFILE --output json I noticed that the output seems to be point-in-time data vs. current data. For example, I see high…

VIEW QUESTION
Back To Top
Search