turbot/aws_insights

Query: ec2_launch_configurations_for_vpc_security_group

Usage

powerpipe query aws_insights.query.ec2_launch_configurations_for_vpc_security_group

SQL

select
launch_configuration_arn as launch_configuration_arn
from
aws_ec2_launch_configuration,
jsonb_array_elements_text(security_groups) as sg
where
sg = $1;