turbot/aws_insights

Query: sqs_queue_by_type

Usage

powerpipe query aws_insights.query.sqs_queue_by_type

Steampipe Tables

SQL

select
case
when fifo_queue then 'FIFO'
else 'Standard'
end as queue_type,
count(i.*) as total
from
aws_sqs_queue as i
group by
fifo_queue;

Dashboards

The query is used in the dashboards: