turbot/aws_insights

Query: ec2_gateway_load_balancers_for_vpc

Usage

powerpipe query aws_insights.query.ec2_gateway_load_balancers_for_vpc

SQL

select
arn as glb_arn
from
aws_ec2_gateway_load_balancer
where
vpc_id = $1;