Application Migration Service Life Cycle Example

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

Application Migration Service Life Cycle Example is an example object payload from Amazon Application Migration Service, with 11 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

stateaddedToServiceDateTimefirstByteDateTimeelapsedReplicationDurationlastSeenByServiceDateTimelastTestInitiatedlastTestRevertedlastTestFinalizedlastCutoverInitiatedlastCutoverRevertedlastCutoverFinalized

Example Payload

Raw ↑
{
  "state": "READY_FOR_CUTOVER",
  "addedToServiceDateTime": "2026-04-01T00:00:00Z",
  "firstByteDateTime": "2026-04-01T01:00:00Z",
  "elapsedReplicationDuration": "PT24H",
  "lastSeenByServiceDateTime": "2026-04-19T00:00:00Z",
  "lastTestInitiated": "example-string",
  "lastTestReverted": "example-string",
  "lastTestFinalized": "example-string",
  "lastCutoverInitiated": "example-string",
  "lastCutoverReverted": "example-string",
  "lastCutoverFinalized": "example-string"
}