AWS Security MCP

Apache 2.0
4
  • Apple

find_public_security_groups

Identify AWS security groups with public internet access (0.0.0.0/0), optionally filtering by specific ports like SSH (22), and retrieve results in JSON format for security analysis.

Instructions

Find security groups with public internet access (0.0.0.0/0).

Args: port: Optional specific port to check for public access (e.g., 22 for SSH) Returns: JSON formatted string with security groups that allow public access

Input Schema

NameRequiredDescriptionDefault
portNo

Input Schema (JSON Schema)

{ "properties": { "port": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Port" } }, "title": "find_public_security_groupsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g