aws-transform
v1.5.0Migrate, 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.
By Amazon Web ServicesLicense: Apache-2.0856 GitHub starsUpdated last month
Directory evidence
- Runtimes
- Codex and Claude Code
- Parsed components
- 2 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 aws-transform for Codex and Claude Code
codex plugin marketplace add IchenDEV/agent-plugin-mkt
codex plugin marketplace upgrade agent-plugin-marketplace
codex plugin add aws-transform@agent-plugin-marketplacePaste 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-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/aws-transform/.
Plugin files
├── .codex-plugin/plugin.json├── .claude-plugin/plugin.json├── skills/aws-transform/SKILL.md└── .mcp.json
Included Skills1
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
- command
- uvx
- args
- awslabs.aws-transform-mcp-server@latest
Plugin manifests2
{
"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": "[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",
"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"
}
}{
"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"
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[aws-transform on Agent Plugins Marketplace](https://pluginsmp.com/plugins/aws-transform)