turbot/aws_insights

Query: ec2_application_load_balancer_ip_type

Usage

powerpipe query aws_insights.query.ec2_application_load_balancer_ip_type

SQL

select
'IP Address Type' as label,
case when ip_address_type = 'ipv4' then 'IPv4' else initcap(ip_address_type) end as value
from
aws_ec2_application_load_balancer
where
aws_ec2_application_load_balancer.arn = $1;

Dashboards

The query is used in the dashboards: