Mastering Aws Cli
Provides AWS guidance and assistance for deploying and managing cloud infrastructure.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add mastering-aws-cli npx -- -y @trustedskills/mastering-aws-cli
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"mastering-aws-cli": {
"command": "npx",
"args": [
"-y",
"@trustedskills/mastering-aws-cli"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables AI agents to interact with and manage AWS resources using the command line interface (CLI). It allows for tasks such as creating EC2 instances, managing S3 buckets, configuring IAM users, and more. The agent can execute CLI commands directly, interpret their output, and respond accordingly.
When to use it
- Automated Infrastructure Provisioning: Automatically create and configure AWS resources based on user requirements or predefined templates.
- Troubleshooting AWS Issues: Diagnose and resolve problems by executing diagnostic commands and analyzing the results.
- Managing Cloud Costs: Monitor resource usage, identify cost optimization opportunities, and implement changes to reduce expenses.
- Performing Routine Maintenance: Automate tasks like rotating access keys or updating security group rules.
Key capabilities
- Command execution: Executes AWS CLI commands.
- Output parsing: Interprets the output of CLI commands.
- Resource management: Manages EC2, S3, IAM and other AWS resources via the CLI.
- Configuration: Configures AWS credentials and regions.
Example prompts
- "Create a new EC2 instance with t2.micro in us-east-1."
- "List all S3 buckets in my account."
- "What is the current region configured for the CLI?"
- "Delete the security group named 'my-security-group'."
Tips & gotchas
- Ensure your AWS credentials are properly configured before using this skill. The agent needs valid access keys and a default region to function correctly.
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.