Amazon Mainframe Modernization - Migration Workflow

Workflow capability for platform and migration teams to manage mainframe application modernization, including application lifecycle management, environment configuration, and batch job execution on AWS.

Run with Naftiko AmazonMainframeMigrationModernizationCOBOLBatch Jobs

What You Can Do

POST
Create application — Create a modernization application
/v1/applications
GET
List applications — List modernization applications
/v1/applications
POST
Create environment — Create a runtime environment
/v1/environments
GET
List environments — List runtime environments
/v1/environments
POST
Start batch job — Start a batch job
/v1/applications/{id}/batch-jobs
GET
List batch jobs — List batch jobs
/v1/applications/{id}/batch-jobs

MCP Tools

create-modernization-application

Create a new mainframe modernization application on AWS

list-modernization-applications

List all mainframe applications being modernized

read-only idempotent
get-application-details

Get details and status of a modernization application

read-only idempotent
create-runtime-environment

Create a runtime environment for modernized mainframe applications

list-runtime-environments

List all runtime environments available for deployment

read-only idempotent
start-batch-job

Start a batch job execution for a modernized mainframe application

list-batch-job-executions

List batch job execution history for an application

read-only idempotent

APIs Used

mainframe-modernization