AWS Security MCP

Apache 2.0
4
  • Apple

find_instances_with_public_access

Identifies EC2 instances with public internet access via security groups, optionally filtering by port or instance state, and returns results in JSON format for AWS Security MCP.

Instructions

Find EC2 instances that have public internet access through their security groups.

Args: port: Optional specific port to check for public access (e.g., 22 for SSH) state: Instance state to filter by (default is "running") Returns: JSON formatted string with publicly accessible instances

Input Schema

NameRequiredDescriptionDefault
portNo
stateNorunning

Input Schema (JSON Schema)

{ "properties": { "port": { "anyOf": [ { "type": "integer" }, { "type": "null" } ], "default": null, "title": "Port" }, "state": { "default": "running", "title": "State", "type": "string" } }, "title": "find_instances_with_public_accessArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g