turbot/aws_insights

Query: vpc_eip_public_ip_address

Usage

powerpipe query aws_insights.query.vpc_eip_public_ip_address

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: