AWS Security MCP

Apache 2.0
4
  • Apple

find_resource_by_ip

Identify AWS resources linked to a specific IP address. Input a public or private IP to retrieve JSON data on associated AWS infrastructure, aiding in security analysis and resource tracking.

Instructions

Find AWS resources associated with a specific IP address.

Args: ip_address: IP address to search for (public or private) Returns: JSON formatted string with information about resources using the IP address

Input Schema

NameRequiredDescriptionDefault
ip_addressYes

Input Schema (JSON Schema)

{ "properties": { "ip_address": { "title": "Ip Address", "type": "string" } }, "required": [ "ip_address" ], "title": "find_resource_by_ipArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g