AWS Security MCP

Apache 2.0
4
  • Apple

check_console_access

Verify sign-in access for IAM users to AWS Management Console. Identify specific users or all users within the account to ensure secure access control. Returns JSON with access details.

Instructions

Check IAM users for console sign-in capability.

Args: user_name: Specific IAM user to check check_all_users: Set to True to check all users in the account limit: Maximum number of users to check when check_all_users is True Returns: JSON string with console access information

Input Schema

NameRequiredDescriptionDefault
check_all_usersNo
limitNo
user_nameNo

Input Schema (JSON Schema)

{ "properties": { "check_all_users": { "default": false, "title": "Check All Users", "type": "boolean" }, "limit": { "default": 50, "title": "Limit", "type": "integer" }, "user_name": { "default": null, "title": "User Name", "type": "string" } }, "title": "check_console_accessArguments", "type": "object" }

You must be authenticated.

Other Tools from AWS Security MCP

Related Tools

ID: s0vblk657g