plugins marketplace
← All plugins

aws-transform

v1.5.0

Migrate, modernize, and upgrade codebases to AWS. Transforms .NET Framework to .NET 8/10, mainframe COBOL to Java, VMware VMs to EC2, SQL Server to Aurora, and upgrades Java/Python/Node.js versions and AWS SDKs. AWS Transform - continuous modernization analyzes codebases for tech debt, security issues, and upgrade opportunities, then remediates them.

CodexClaude Code1 skill1 MCP serverstdio

by Amazon Web ServicesApache-2.0856updated 3 days ago

Source

git clone https://github.com/awslabs/agent-plugins

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/aws-transform/ inside the repository.

Layout

plugins/aws-transform/
├── .codex-plugin/plugin.json
├── .claude-plugin/plugin.json
├── skills/aws-transform/SKILL.md
└── .mcp.json

Skills1

aws-transformskills/aws-transform/SKILL.md

Migrate, modernize, and upgrade codebases to AWS. Run analysis on repos for tech debt, security vulnerabilities, and modernization opportunities. Transforms .NET Framework to .NET 8/10, mainframe COBOL to Java, VMware VMs to EC2, SQL Server to Aurora, and upgrades Java/Python/Node.js versions and AWS SDKs. Use when the user says "migrate .NET to AWS", "upgrade Java to 17/21", "modernize COBOL", "modernize mainframe", "move VMware to EC2", "convert SQL Server to Aurora", "upgrade Python version", "migrate AWS SDK", "transform this codebase", "analyze for issues", "find tech debt", "what tech debt", "security vulnerabilities", "CVEs", "what's wrong with my code", "assess my repos", "where do I start", "find what's outdated", "analyze my repos", "AWS Transform - continuous modernization", "continuous modernization" or "continuous-modernization". Don't use for infrastructure provisioning, CI/CD pipelines, or general coding tasks.

MCP servers1

aws-transform-mcpstdio
command
uvx
args
awslabs.aws-transform-mcp-server@latest

Manifests2

plugins/aws-transform/.codex-plugin/plugin.json
{
  "name": "aws-transform",
  "version": "1.5.0",
  "description": "Migrate, modernize, and upgrade codebases to AWS. Transforms .NET Framework to .NET 8/10, mainframe COBOL to Java, VMware VMs to EC2, SQL Server to Aurora, and upgrades Java/Python/Node.js versions and AWS SDKs. AWS Transform - continuous modernization analyzes codebases for tech debt, security issues, and upgrade opportunities, then remediates them.",
  "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",
    "aws-transform",
    "migration",
    "modernization",
    "dotnet",
    "mainframe",
    "cobol",
    "vmware",
    "ec2",
    "sql-server",
    "aurora",
    "java",
    "python",
    "sdk",
    "continuous modernization",
    "AWS Transform - continuous modernization",
    "tech debt",
    "security vulnerabilities",
    "analyze repos",
    "security analysis",
    "modernization analysis",
    "agentic readiness"
  ],
  "skills": "./skills/",
  "mcpServers": "./.mcp.json",
  "interface": {
    "displayName": "AWS Transform",
    "shortDescription": "Migrate and modernize codebases to AWS with assessment, planning, and execution.",
    "longDescription": "AWS Transform brings AI-powered code and workload modernization into your coding agent. Supports .NET Framework to .NET 8/10, mainframe COBOL to Java, VMware to EC2, SQL Server/Oracle/MySQL to Aurora, and Java/Python/Node.js language and AWS SDK upgrades. Guides users through assessment, requirements, approval, tasks, and execution with just-in-time authentication.",
    "defaultPrompt": [
      "Migrate this .NET Framework app to .NET 8 on AWS.",
      "Assess this codebase for modernization with AWS Transform.",
      "Plan a VMware-to-EC2 migration for my workload."
    ],
    "developerName": "Amazon Web Services",
    "category": "Migration",
    "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/aws-transform/.claude-plugin/plugin.json
{
  "author": {
    "name": "Amazon Web Services"
  },
  "description": "Migrate, modernize, and upgrade codebases to AWS. Transforms .NET Framework to .NET 8/10, mainframe COBOL to Java, VMware VMs to EC2, SQL Server to Aurora, and upgrades Java/Python/Node.js versions and AWS SDKs. AWS Transform - continuous modernization analyzes codebases for tech debt, security issues, and upgrade opportunities, then remediates them.",
  "homepage": "https://github.com/awslabs/agent-plugins",
  "keywords": [
    "aws",
    "aws-transform",
    "migration",
    "modernization",
    "dotnet",
    "mainframe",
    "cobol",
    "vmware",
    "ec2",
    "sql-server",
    "aurora",
    "java",
    "python",
    "sdk",
    "continuous modernization",
    "AWS Transform - continuous modernization",
    "tech debt",
    "security vulnerabilities",
    "analyze repos",
    "security analysis",
    "modernization analysis",
    "agentic readiness"
  ],
  "license": "Apache-2.0",
  "name": "aws-transform",
  "repository": "https://github.com/awslabs/agent-plugins",
  "version": "1.5.0"
}