turbot/aws_insights

Query: vpc_security_group_overview

Usage

powerpipe query aws_insights.query.vpc_security_group_overview

Steampipe Tables

SQL

select
group_name as "Group Name",
group_id as "Group ID",
description as "Description",
vpc_id as "VPC ID",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_vpc_security_group
where
group_id = $1

Dashboards

The query is used in the dashboards: