AWS Security MCP

Apache 2.0
4
  • Apple

get_user_security_audit

Retrieve detailed IAM user security audit data, including policies, access keys, MFA status, and console access, to assess and improve AWS account security.

Instructions

Get comprehensive security audit information for an IAM user.

Returns only the most security-relevant fields: - Name and ARN - AWS Managed Policies - Customer Managed Policies - Inline Policies with documents - Access Keys with last used information - MFA status - Console access status Args: user_name: Name of the IAM user Returns: JSON string with security audit information

Input Schema

NameRequiredDescriptionDefault
user_nameYes

Input Schema (JSON Schema)

{ "properties": { "user_name": { "title": "User Name", "type": "string" } }, "required": [ "user_name" ], "title": "get_user_security_auditArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g