turbot/aws_insights

Query: vpc_eip_association

Usage

powerpipe query aws_insights.query.vpc_eip_association

Steampipe Tables

SQL

select
'Association' as label,
case when association_id is not null then 'Associated' else 'Not Associated' end as value,
case when association_id is not null then 'ok' else 'alert' end as type
from
aws_vpc_eip
where
arn = $1;

Dashboards

The query is used in the dashboards: