Agent Plugins Marketplace
All plugins

deploy-on-aws

v1.3.0

Deploy applications to AWS with architecture recommendations, cost estimates, and IaC deployment. Generate validated AWS architecture diagrams as draw.io XML.

CodexClaude Code3 Skills3 MCP serversstdioStreamable HTTP

By Amazon Web ServicesLicense: Apache-2.0856 GitHub starsUpdated last month

Directory evidence

Runtimes
Codex and Claude Code
Parsed components
6 skill or MCP entries
Source updated
Aug 6, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install deploy-on-aws for Codex and Claude Code

Installs for the current user
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add deploy-on-aws@agent-plugin-marketplace

Paste and run these commands in a terminal with Codex. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/awslabs/agent-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/deploy-on-aws/.

Plugin files

plugins/deploy-on-aws/
├── .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

Included Skills3

aws-architecture-diagramskills/aws-architecture-diagram/SKILL.md

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.

deployskills/deploy/SKILL.md

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.

elastic-beanstalkskills/elastic-beanstalk/SKILL.md

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

awsiacstdio
command
uvx
args
awslabs.aws-iac-mcp-server@latest
awsknowledgeStreamable HTTP
url
https://knowledge-mcp.global.api.aws
awspricingstdio
command
uvx
args
awslabs.aws-pricing-mcp-server@latest
env.FASTMCP_LOG_LEVEL
ERROR

Plugin manifests2

plugins/deploy-on-aws/.codex-plugin/plugin.json
{
  "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": "[email protected]",
    "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"
  }
}
plugins/deploy-on-aws/.claude-plugin/plugin.json
{
  "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"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[deploy-on-aws on Agent Plugins Marketplace](https://pluginsmp.com/plugins/deploy-on-aws)