deploy-on-aws
v1.3.0Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment. Generate validated AWS architecture diagrams as draw.io XML.
by Amazon Web ServicesApache-2.0856updated 3 days ago
Source
git clone https://github.com/awslabs/agent-pluginsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/deploy-on-aws/ inside the repository.
Layout
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/aws-architecture-diagram/SKILL.md├── skills/deploy/SKILL.md├── skills/elastic-beanstalk/SKILL.md└── .mcp.json
Skills3
Generate validated AWS architecture diagrams as draw.io XML using official AWS4 icon libraries. Use this skill whenever the user wants to create, generate, or design AWS architecture diagrams, cloud infrastructure diagrams, or system design visuals. Also triggers for requests to visualize existing infrastructure from CloudFormation, CDK, or Terraform code. Supports two modes: analyze an existing codebase to auto-generate diagrams, or brainstorm interactively from scratch. Exports .drawio files with optional PNG/SVG/PDF export via draw.io desktop CLI.
Deploy applications to AWS. Triggers on phrases like: deploy to AWS, host on AWS, run this on AWS, AWS architecture, estimate AWS cost, generate infrastructure. Analyzes any codebase and deploys to optimal AWS services.
Deploy to AWS Elastic Beanstalk. Triggers on: elastic beanstalk, EB, managed EC2 platform, web app with managed patching, worker on EC2, Heroku alternative, don't want to manage servers or container orchestration, migrate from Heroku, managed operational lifecycle. Covers Elastic Beanstalk on EC2 for web and worker applications.
MCP servers3
- command
- uvx
- args
- awslabs.aws-iac-mcp-server@latest
- url
- https://knowledge-mcp.global.api.aws
- command
- uvx
- args
- awslabs.aws-pricing-mcp-server@latest
- env.FASTMCP_LOG_LEVEL
- ERROR
Manifests2
{
"name": "deploy-on-aws",
"version": "1.3.0",
"description": "Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment. Generate validated AWS architecture diagrams as draw.io XML.",
"author": {
"name": "Amazon Web Services",
"email": "aws-agent-plugins@amazon.com",
"url": "https://github.com/awslabs/agent-plugins"
},
"homepage": "https://github.com/awslabs/agent-plugins",
"repository": "https://github.com/awslabs/agent-plugins",
"license": "Apache-2.0",
"keywords": [
"aws",
"deploy",
"infrastructure",
"cdk",
"cloudformation",
"pricing",
"diagrams",
"draw.io",
"architecture"
],
"skills": "./skills/",
"mcpServers": "./.mcp.json",
"interface": {
"displayName": "Deploy on AWS",
"shortDescription": "Pick AWS services, estimate cost, and generate infrastructure.",
"longDescription": "Deployment guidance that recommends AWS architectures, estimates costs, and generates infrastructure as code.",
"defaultPrompt": [
"Recommend an AWS architecture for this repo.",
"Estimate monthly AWS cost before generating IaC.",
"Generate CDK to deploy this app on AWS."
],
"developerName": "Amazon Web Services",
"category": "Deployment",
"capabilities": [
"Read",
"Write"
],
"websiteURL": "https://github.com/awslabs/agent-plugins",
"privacyPolicyURL": "https://aws.amazon.com/privacy/",
"termsOfServiceURL": "https://aws.amazon.com/service-terms/",
"brandColor": "#FF9900"
}
}{
"author": {
"name": "Amazon Web Services"
},
"description": "Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment. Generate validated AWS architecture diagrams as draw.io XML.",
"homepage": "https://github.com/awslabs/agent-plugins",
"keywords": [
"aws",
"deploy",
"infrastructure",
"cdk",
"cloudformation",
"pricing",
"diagrams",
"draw.io",
"architecture"
],
"license": "Apache-2.0",
"name": "deploy-on-aws",
"repository": "https://github.com/awslabs/agent-plugins",
"version": "1.3.0"
}