AWS Security MCP

Apache 2.0
4
  • Apple

analyze_trusted_relationships

Analyze IAM role trusted relationships to identify security risks and misconfigurations in AWS accounts. Optionally, specify a role or scan multiple roles with configurable limits to assess assume role policies effectively.

Instructions

Analyze the trusted relationships (assume role policies) for IAM roles.

Args: role_name: Optional specific role name to analyze all_roles: Set to True to analyze all roles in the account limit: Maximum number of roles to analyze when all_roles is True Returns: JSON string with trusted relationship information

Input Schema

NameRequiredDescriptionDefault
all_rolesNo
limitNo
role_nameNo

Input Schema (JSON Schema)

{ "properties": { "all_roles": { "default": false, "title": "All Roles", "type": "boolean" }, "limit": { "default": 20, "title": "Limit", "type": "integer" }, "role_name": { "default": null, "title": "Role Name", "type": "string" } }, "title": "analyze_trusted_relationshipsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g