Important
Generative AI can make mistakes. You should consider reviewing all output and costs generated by your chosen AI model and agentic coding assistant. See AWS Responsible AI Policy.
Agent Plugins for AWS equip AI coding agents with the skills to help you architect, deploy, and operate on AWS. Agent plugins are currently supported by Claude Code.
| Plugin | Description | Status |
|---|---|---|
| deploy-on-aws | Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment | Available |
/plugin marketplace add awslabs/agent-plugins/plugin install deploy-on-aws@awslabs-agent-pluginsEquips agents with the skills to accelerate AWS deployment - recommending AWS architectures and services, estimating costs, generating Infrastructure as Code (CDK or CloudFormation), and guiding you through deployment.
- Analyze - Scan codebase for framework, database, dependencies
- Recommend - Select AWS services with concise rationale
- Estimate - Show cost estimates before proceeding
- Generate - Write IaC code (CDK/CloudFormation)
- Deploy - Execute with user confirmation
| Skill | Triggers |
|---|---|
| deploy | "deploy to AWS", "host on AWS", "run this on AWS", "AWS architecture", "estimate AWS cost", "generate infrastructure" |
| Server | Purpose |
|---|---|
| awsknowledge | AWS documentation, architecture guidance, and best practices |
| awspricing | Real-time AWS service pricing for cost estimates |
| aws-iac-mcp | IaC best practices for CDK/CloudFormation |
- Claude Code >=2.1.29
- AWS CLI configured with appropriate credentials
Having issues with plugin installation or usage? See our troubleshooting guide for common solutions.
If you want to add a new plugin to the library, check out our development guide.
Big shout out to our awesome contributors! Thank you for making this project better!
Contributions of all kinds are welcome! Check out our contributor guide for more information.
This project is licensed under the Apache-2.0 License.