turbot/aws_compliance

Query: iam_group_not_empty

Usage

powerpipe query aws_compliance.query.iam_group_not_empty

Steampipe Tables

SQL

select
arn as resource,
case
when users is null then 'alarm'
else 'ok'
end as status,
case
when users is null then title || ' not associated with any IAM user.'
else title || ' associated with IAM user.'
end as reason,
account_id
from
aws_iam_group;

Controls

The query is being used by the following controls: