Skip to content

AWS Transform API/sdk for .NET

0

Share the details of .NET SDK or API endpoints which can be used in a .NET application using C# to access the data of an AWS Transform like Workspaces, its jobs, server details, waves, migration, discovery, assessment, perform actions like creating waves, adding server to discovery etc. Existing SDKs like AWSSDK.MigrationHub, AWSSDK.MigrationHubOrchestrator cannot be used and giving below error: "AWS Migration Hub is no longer open to new customers starting November 7, 2025… explore AWS Transform…"

1 Answer
0

Based on the available information, AWS Transform for .NET is primarily accessed through two interfaces: the AWS Transform web application and the AWS Toolkit extension for Visual Studio. The service is designed as a generative AI-powered agent for modernizing legacy .NET applications.

The documentation describes how to use AWS Transform through:

  1. AWS Transform Web Application: A web-based interface where you can create transformation job plans, connect source code repositories, manage workspaces, and monitor transformation progress.

  2. AWS Toolkit for Visual Studio: An IDE extension that allows you to transform .NET solutions or projects directly within Visual Studio, with features for selecting workspaces, choosing target .NET versions, and reviewing transformation results.

However, the available documentation does not provide details about a standalone .NET SDK or REST API endpoints for programmatically accessing AWS Transform data such as workspaces, jobs, server details, waves, or migration-related operations through C# code. The service appears to be designed for interactive use through its web application and Visual Studio extension rather than programmatic API access.

If you need programmatic access to AWS Transform functionality, you may need to contact AWS Support or check the AWS SDK documentation for any recently released AWS Transform SDK packages, as the service has only recently become generally available and SDK support may be added in future updates.
Sources
AWS Transform for .NET, the first agentic AI service for modernizing .NET applications at scale | AWS News Blog
Modernizing your .NET code by using the AWS Transform web application - AWS Transform
Modernizing .NET using AWS Transform in Visual Studio - AWS Transform

answered 5 months ago

  • I am not looking for AWS Transform for .NET. But I am looking for SDKs(or REST APIs) which can be used in a .NET app to fetch the data from a AWS Transform Workspace(s) and its jobs.

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.