AWS Security MCP

Apache 2.0
4
  • Apple

find_security_groups_by_port

Identify AWS security groups with a specific port open. Input a port number (e.g., 22, 3389) to retrieve a JSON list of groups allowing access to that port, aiding in security audits and configurations.

Instructions

Find security groups with a specific port open.

Args: port: Port number to check for (e.g., 22 for SSH, 3389 for RDP) Returns: JSON formatted string with security groups that have the specified port open

Input Schema

NameRequiredDescriptionDefault
portYes

Input Schema (JSON Schema)

{ "properties": { "port": { "title": "Port", "type": "integer" } }, "required": [ "port" ], "title": "find_security_groups_by_portArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g