Language: 日本語English

aws-transform Plugin

Author
Amazon Web Services
Category
Migration
Topics
Migration & Modernization · Cloud, Deployment & CI/CD · Databases & Storage
First seen
2026-07-09
Last confirmed
2026-07-13
Explanation last updated
2026-07-12

The explanation below is AI-generated. Please verify it against the sources.

aws-transform is an agent plugin from the awslabs/agent-plugins repository that, per its README, brings AWS Transform's assess-plan-transform-validate workflow into AI coding agents such as Claude Code, Codex, and Cursor. It covers migrating .NET Framework apps to .NET 8/10, mainframe COBOL to Java, VMware VMs to EC2, and SQL Server/Oracle/MySQL databases to Aurora, plus Java/Python/Node.js language and AWS SDK version upgrades and custom user-defined transformations. The README also describes analyzing codebases for tech debt, security issues, and modernization opportunities, then remediating them. Installation is via the agent-plugins marketplace, and prerequisites include the uv tool to launch the bundled MCP server and AWS credentials for AWS Transform (SigV4 or IAM Identity Center). The plugin listing marks its status as "Available" and the project is licensed under Apache-2.0.

Overview

According to the README, AWS Transform is AWS's AI-powered code and workload modernization service. This plugin packages its assess, plan, transform, and validate workflow guidance—along with just-in-time authentication and workload-specific steering—for use inside AI coding agents.

What you can do with aws-transform

  • Migrate .NET Framework applications to .NET 8/10
  • Modernize mainframe COBOL codebases to Java
  • Move VMware VMs to EC2
  • Convert SQL Server, Oracle, or MySQL databases to Aurora
  • Upgrade Java, Python, and Node.js language versions and AWS SDKs
  • Define and run custom transformations
  • Analyze codebases for tech debt, security issues, and modernization opportunities, and remediate them via the aws-transform-mcp server (workspaces, jobs, agents, HITL tasks, authentication)

Sources

Original description (English)

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.

History of aws-transform

Back to list