deploy-on-aws Plugin
Plugin Claude Code Deployment Cloud, Deployment & CI/CDThe explanation below is AI-generated. Please verify it against the sources.
deploy-on-aws is a plugin from AWS Labs' "Agent Plugins for AWS" repository that helps AI coding agents deploy applications to AWS. According to the README, it analyzes a codebase, recommends AWS services with rationale, produces cost estimates, and generates Infrastructure as Code (CDK or CloudFormation) before guiding deployment. It also includes a skill for generating validated AWS architecture diagrams in draw.io XML format using official AWS4 icons. The plugin ships two skills (deploy and aws-architecture-diagram) and three MCP servers (awsiac, awsknowledge, awspricing). It is listed as "Available" and is licensed under Apache-2.0.
Overview
deploy-on-aws is not a standalone SaaS but an agent plugin (skills + MCP servers) within the awslabs/agent-plugins repository, designed to be installed into AI coding assistants such as Claude Code, Cursor, Codex, or (experimentally) Kiro to add AWS deployment and architecture-diagramming capabilities.
What you can do with deploy-on-aws
- Analyze a codebase to detect framework, database, and dependencies (Analyze step)
- Get AWS service recommendations with concise rationale (Recommend step)
- View cost estimates before proceeding, using real-time AWS pricing via the awspricing MCP server (Estimate step)
- Generate Infrastructure as Code in CDK or CloudFormation (Generate step)
- Deploy with user confirmation (Deploy step)
- Generate validated AWS architecture diagrams as draw.io XML with official AWS4 icons, step legends, and dark mode support via the aws-architecture-diagram skill
- Install the plugin via Claude Code (/plugin marketplace add awslabs/agent-plugins then /plugin install deploy-on-aws@agent-plugins-for-aws), via the Cursor Marketplace, or via Codex's repo-local marketplace
Sources
Original description (English)
Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment.
History of deploy-on-aws
- Plugin Added deploy-on-aws