Lift And Shift Migration Workflow

Workflow capability for executing lift-and-shift migrations from on-premises to AWS using Application Migration Service.

Run with Naftiko Amazon Application Migration ServiceMigrationLift And ShiftAWSCloud Migration

What You Can Do

GET
Describe source servers — List all source servers with lifecycle state
/v1/source-servers
POST
Start test — Launch test instances for source servers
/v1/test
POST
Start cutover — Start production cutover to AWS
/v1/cutover
GET
Describe jobs — Monitor all migration jobs
/v1/jobs

MCP Tools

describe-source-servers

List all source servers and their current migration lifecycle state to understand readiness.

read-only
get-replication-configuration

Review replication settings for a source server to ensure correct staging area configuration.

read-only
get-launch-configuration

Review launch settings for a source server to verify target instance type and licensing.

read-only
start-test

Launch test instances to validate migration without impacting production source servers.

terminate-test-instances

Terminate test instances after validation to avoid unnecessary costs.

start-cutover

Execute the production cutover to migrate source servers to AWS with minimal downtime.

finalize-cutover

Finalize the cutover to disconnect replication and complete the migration.

describe-jobs

Monitor all migration jobs to track progress and identify any failures.

read-only
list-applications

Review migration application groupings to track which servers belong to each application.

read-only
list-waves

Track migration progress at the wave level for large-scale migrations.

read-only