AWS Security MCP

Apache 2.0
4
  • Apple

search_instance_profiles

Use this tool to find and filter AWS IAM instance profiles by name, with options to limit results and paginate through data for efficient management of AWS security configurations.

Instructions

Search for IAM instance profiles with optional filtering.

Args: search_term: Optional text to filter instance profiles by name limit: Maximum number of instance profiles to return next_token: Pagination token for fetching the next set of results Returns: JSON string with instance profile information

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo
search_termNo

Input Schema (JSON Schema)

{ "properties": { "limit": { "default": 20, "title": "Limit", "type": "integer" }, "next_token": { "anyOf": [ { "type": "string" }, { "type": "null" } ], "default": null, "title": "Next Token" }, "search_term": { "default": "", "title": "Search Term", "type": "string" } }, "title": "search_instance_profilesArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g