← Back to News

AWS Weekly Roundup: AWS Transform at 1 year, Claude Platform on AWS, EC2 M3 Ultra Mac instances, and more (May 18, 2026)

AWS Transform has quietly become one of the most practical tools for enterprises sitting on aging codebases. A year after its launch, AWS is celebrating the service’s growth by introducing AWS Transform custom—a feature that lets you define your own transformation rules alongside AWS-managed ones. If you’ve worked with legacy systems, you know the pain: upgrading a .NET application from version 4.7 to 8.0, migrating a mainframe workload to cloud-native architecture, or refactoring VMware-dependent code feels like an endless manual process. AWS Transform uses agentic AI to automate this at scale, analyzing your codebase, identifying patterns, and executing transformations across thousands of files simultaneously.

What makes this genuinely useful is how it handles the middle-ground transformations that automation tools typically struggle with. The service doesn’t just do find-and-replace; it understands context. When upgrading a language version, it catches deprecated APIs, refactors legacy patterns, and flags breaking changes for review. With custom transformations now available, organizations can train AWS Transform on their specific standards—your company’s logging framework, internal libraries, or architectural patterns. You define the rules, the service applies them consistently across your entire application portfolio. This is particularly valuable for teams managing hundreds of microservices or monolithic applications with millions of lines of code.

The practical impact shows up in migration timelines. A team that might spend six months manually refactoring code can now focus that effort on testing, validation, and edge cases while AWS Transform handles the heavy lifting. You’re also reducing the human error that creeps into manual refactoring—consistency across thousands of files is practically guaranteed. For organizations running mainframe systems that still handle critical business logic, Transform custom becomes a bridge between legacy investment and modern architecture without a complete rewrite.

The broader significance ties into AWS’s push toward agentic AI for enterprise problems. Rather than building yet another coding assistant for developers to prompt interactively, AWS Transform operates autonomously on your behalf, transforming entire codebases in hours instead of months. That shift—from interactive AI tools to automated agents handling enterprise-scale tasks—is worth watching as more services follow this pattern across database migrations, infrastructure refactoring, and compliance remediation.

Source
↗ AWS News Blog