turbot/aws_insights

Query: vpc_eip_private_ip_address

Usage

powerpipe query aws_insights.query.vpc_eip_private_ip_address

Steampipe Tables

SQL

select
'Private IP Address' as label,
private_ip_address as value
from
aws_vpc_eip
where
arn = $1;

Dashboards

The query is used in the dashboards: