michael sew
02/25/2021, 12:15 AMaws support describe-trusted-advisor-checks \
--profile ${account_profile} \
--language en \
| jq -r ".checks[] | \"$account_profile,\(.id),\(.name),\(.category),\(.metadata)\" "
## sample output:
account123456,nNauJivDiT,Amazon RDS Security Group Access Risk,security,["Region","RDS Security Group Name","Ingress Rule","Status","Reason"]
^^^ there's a check-id but nothing else tying the check to a resource.Wali
02/28/2021, 11:42 PMmichael sew
03/01/2021, 7:22 AM