turbot/aws_insights

Query: iam_user_no_mfa_count

Usage

powerpipe query aws_insights.query.iam_user_no_mfa_count

Steampipe Tables

SQL

select
count(*) as value,
'MFA Not Enabled' as label,
case when count(*) = 0 then 'ok' else 'alert' end as type
from
aws_iam_user
where
not mfa_enabled;

Dashboards

The query is used in the dashboards: