Resource Type: AWS > VPC > Security Group Rule
The Security Group Rule resource type is part of the AWS Virtual Private Cloud (VPC) service. Each Security Group Rule is a virtual firewall rule that can be used to control inbound and outbound traffic for your EC2 instances in a VPC.
Resource Context
Security Group Rule is a part of the VPC service.
Each Security Group Rule lives under a Security Group.
Controls
The primary controls for AWS > VPC > Security Group Rule are:
Quick Actions
Category
In Your Workspace
- Controls by Resource Type report
- Policy Settings by Resource Type report
- Resources by Resource Type report
Developers
- tmod:@turbot/aws-vpc-security#/resource/types/securityGroupRule
- tmod:@turbot/turbot#/resource/categories/networking
- turbot graphql resource --id "tmod:@turbot/aws-vpc-security#/resource/types/securityGroupRule"
Get Resource- select * from guardrails_resource where resource_type_uri = 'tmod:@turbot/aws-vpc-security#/resource/types/securityGroupRule';
- select * from guardrails_policy_setting where filter = 'resourceTypeId:"tmod:@turbot/aws-vpc-security#/resource/types/securityGroupRule"';
- select * from guardrails_notification where resource_type_uri = 'tmod:@turbot/aws-vpc-security#/resource/types/securityGroupRule' and notification_type in ('resource_updated', 'resource_created');
Get ResourceGet Policy Settings (By Resource ID)Get Resource Notification
Resource Type URI
Category URI
GraphQL
CLI
Steampipe Query