turbot/aws_top_10

GitHub

Query: manual_control

Usage

steampipe query aws_top_10.query.manual_control

Plugins & Tables

SQL

select
'arn:' || partition || ':::' || account_id as resource,
'info' as status,
'Manual verification required.' as reason,
account_id
from
aws_account;

Controls

The query is being used by the following controls: