turbot/aws_insights

Query: ec2_ami_overview

Usage

powerpipe query aws_insights.query.ec2_ami_overview

Steampipe Tables

SQL

select
name as "Name",
image_id as "Image ID",
image_type as "Image Type",
image_location as "Image Location",
root_device_type as "Root Device Type",
ena_support as "ENA Support",
account_id as "Account ID",
region as "Region"
from
aws_ec2_ami
where
image_id = $1;

Dashboards

The query is used in the dashboards: