AWS Security MCP

Apache 2.0
4
  • Apple

get_role_security_audit

Audit IAM role security by retrieving key details, including policies, trust relationships, and last usage, to identify potential risks in AWS infrastructure.

Instructions

Get comprehensive security audit information for an IAM role.

Returns only the most security-relevant fields: - Name and ARN - AWS Managed Policies - Customer Managed Policies - Inline Policies with documents - Last Usage Information - Trust Relationship document Args: role_name: Name of the IAM role Returns: JSON string with security audit information

Input Schema

NameRequiredDescriptionDefault
role_nameYes

Input Schema (JSON Schema)

{ "properties": { "role_name": { "title": "Role Name", "type": "string" } }, "required": [ "role_name" ], "title": "get_role_security_auditArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g