aws_ec2_describe_security_groups
Retrieve and filter AWS EC2 security group configurations to analyze network access rules, inbound/outbound permissions, and VPC associations for infrastructure management.
Instructions
Describe EC2 security groups. Filter by group IDs, names, or VPC.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| profile | No | AWS profile name from ~/.aws/config (e.g., 'default', 'production') | |
| region | No | AWS region override (e.g., 'us-east-1', 'sa-east-1') | |
| group_ids | No | Security group IDs to describe | |
| filters | No | EC2 API filters for security groups |