AWS Security MCP

Apache 2.0
4
  • Apple

list_iam_resources

Retrieve security-relevant IAM resource details from AWS, including names, ARNs, policies, usage data, and trust relationships, for auditing and analysis.

Instructions

List IAM resources of the specified type, filtered for security audit relevance.

Returns only the most security-relevant fields: - Name and ARN - AWS Managed Policies - Customer Managed Policies - Inline Policies - Last Usage Information - Trust Relationship (for roles) Args: resource_type: Type of IAM resource to list (roles, users, policies, access_keys, or all) limit: Maximum number of resources to return search_term: Optional search term to filter resources by name next_token: Pagination token for fetching the next set of resources (optional) Returns: JSON string with security-relevant IAM resource information

Input Schema

NameRequiredDescriptionDefault
limitNo
next_tokenNo
resource_typeNoall
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" }, "resource_type": { "default": "all", "title": "Resource Type", "type": "string" }, "search_term": { "default": "", "title": "Search Term", "type": "string" } }, "title": "list_iam_resourcesArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g