Aws Profile Management

🌐Community
by lgbarn · vlatest · Repository

Helps with AWS, management as part of deploying and managing cloud infrastructure workflows.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add aws-profile-management npx -- -y @trustedskills/aws-profile-management
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "aws-profile-management": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/aws-profile-management"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to manage AWS profiles, enabling them to assume different roles and access various resources within an AWS environment. It facilitates switching between accounts for tasks like deploying infrastructure or accessing specific datasets. The skill streamlines operations by automating profile configuration and credential retrieval.

When to use it

  • Multi-account deployments: Automate deployments across multiple AWS accounts with distinct permissions.
  • Role-based access: Grant the AI agent temporary, limited access to resources using different IAM roles.
  • Environment switching (dev/test/prod): Easily switch between profiles configured for various environments.
  • Credential rotation: Simplify the process of updating and managing AWS credentials within the agent's environment.

Key capabilities

  • Profile creation
  • Profile listing
  • Profile deletion
  • Role assumption

Example prompts

  • "Assume the 'Dev' profile."
  • "List all available AWS profiles."
  • "Create a new profile named 'TestAccount'."

Tips & gotchas

  • Requires proper AWS CLI configuration and credentials to be set up beforehand.
  • The agent needs appropriate permissions within AWS to manage profiles.

Tags

🛡️

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
lgbarn
Installs
3

🌐 Community

Passed automated security scans.