turbot/aws_insights

Query: ec2_instance_by_type

Usage

powerpipe query aws_insights.query.ec2_instance_by_type

Steampipe Tables

SQL

select
instance_type as "Type",
count(*) as "instances"
from
aws_ec2_instance
group by
instance_type
order by
instance_type

Dashboards

The query is used in the dashboards: