AWS Security MCP

Apache 2.0
4
  • Apple

get_access_key_details

Identify the owner and retrieve detailed information for a specific AWS access key ID by searching across all IAM users in your AWS environment. Returns JSON data for accurate analysis and tracking.

Instructions

Get detailed information about a specific AWS access key ID.

This tool searches across all IAM users to find which user owns the specified access key ID and returns detailed information about the key and its owner. Args: access_key_id: The AWS access key ID to look up (e.g., AKIAIOSFODNN7EXAMPLE) Returns: JSON string with detailed information about the access key and its owner

Input Schema

NameRequiredDescriptionDefault
access_key_idYes

Input Schema (JSON Schema)

{ "properties": { "access_key_id": { "title": "Access Key Id", "type": "string" } }, "required": [ "access_key_id" ], "title": "get_access_key_detailsArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g