Aws Account Management
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.
Run in terminal (recommended)
claude mcp add aws-account-management npx -- -y @trustedskills/aws-account-management
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"aws-account-management": {
"command": "npx",
"args": [
"-y",
"@trustedskills/aws-account-management"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
aws-account-management
What it does
This skill enables AI agents to programmatically manage AWS accounts, including creating new accounts and configuring foundational settings. It streamlines the provisioning process by automating account setup tasks that typically require manual console interaction or complex CLI scripting.
When to use it
- Automating the onboarding of new teams or departments by spinning up dedicated AWS accounts instantly.
- Establishing a multi-account strategy for security isolation and cost allocation across different project environments.
- Reducing human error during repetitive account creation tasks in large-scale infrastructure deployments.
- Integrating account provisioning directly into CI/CD pipelines for rapid environment iteration.
Key capabilities
- Creation of new AWS accounts via API or CLI integration.
- Configuration of initial account-level settings and policies.
- Automation of repetitive administrative setup workflows.
Example prompts
- "Create a new AWS account for the 'marketing-campaign' project with specific tagging requirements."
- "Provision three isolated AWS accounts for our development, staging, and production environments using this skill."
- "Set up a fresh AWS account and configure the necessary IAM roles to allow secure access from our CI/CD pipeline."
Tips & gotchas
Ensure your AI agent has appropriate IAM permissions or API credentials with sufficient privileges to create accounts before executing this skill. Be aware that creating new accounts may trigger billing notifications; verify payment methods are configured immediately after automation completes.
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 Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.