aws mgn

The Application Migration Service service

Subcommands

NameDescription
change-server-life-cycle-stateAllows the user to set the SourceServer.LifeCycle.state property for specific Source Server IDs to one of the following: READY_FOR_TEST or READY_FOR_CUTOVER. This command only works if the Source Server is already launchable (dataReplicationInfo.lagDuration is not null.)
create-replication-configuration-templateCreates a new ReplicationConfigurationTemplate
delete-jobDeletes a single Job by ID
delete-replication-configuration-templateDeletes a single Replication Configuration Template by ID
delete-source-serverDeletes a single source server by ID
describe-job-log-itemsRetrieves detailed Job log with paging
describe-jobsReturns a list of Jobs. Use the JobsID and fromDate and toData filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are normally created by the StartTest, StartCutover, and TerminateTargetInstances APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets
describe-replication-configuration-templatesLists all ReplicationConfigurationTemplates, filtered by Source Server IDs
describe-source-serversRetrieves all SourceServers or multiple SourceServers by ID
disconnect-from-serviceDisconnects specific Source Servers from Application Migration Service. Data replication is stopped immediately. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. If the agent on the source server has not been prevented from communciating with the Application Migration Service service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDurationwill be nullified
finalize-cutoverFinalizes the cutover immediately for specific Source Servers. All AWS resources created by Application Migration Service for enabling the replication of these source servers will be terminated / deleted within 90 minutes. Launched Test or Cutover instances will NOT be terminated. The AWS Replication Agent will receive a command to uninstall itself (within 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be to DISCONNECTED; The SourceServer.lifeCycle.state will be changed to CUTOVER; The totalStorageBytes property of each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDurationwill be nullified
get-launch-configurationLists all LaunchConfigurations available, filtered by Source Server IDs
get-replication-configurationLists all ReplicationConfigurations, filtered by Source Server ID
initialize-serviceInitialize Application Migration Service
list-tags-for-resourceList all tags for your Application Migration Service resources
mark-as-archivedArchives specific Source Servers by setting the SourceServer.isArchived property to true for specified SourceServers by ID. This command only works for SourceServers with a lifecycle.state which equals DISCONNECTED or CUTOVER
retry-data-replicationCauses the data replication initiation sequence to begin immediately upon next Handshake for specified SourceServer IDs, regardless of when the previous initiation started. This command will not work if the SourceServer is not stalled or is in a DISCONNECTED or STOPPED state
start-cutoverLaunches a Cutover Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartCutover and changes the SourceServer.lifeCycle.state property to CUTTING_OVER
start-testLaunches a Test Instance for specific Source Servers. This command starts a LAUNCH job whose initiatedBy property is StartTest and changes the SourceServer.lifeCycle.state property to TESTING
tag-resourceAdds or overwrites only the specified tags for the specified Application Migration Service resource or resources. When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value
terminate-target-instancesStarts a job that terminates specific launched EC2 Test and Cutover instances. This command will not work for any Source Server with a lifecycle.state of TESTING, CUTTING_OVER, or CUTOVER
untag-resourceDeletes the specified set of tags from the specified set of Application Migration Service resources
update-launch-configurationUpdates multiple LaunchConfigurations by Source Server ID
update-replication-configurationAllows you to update multiple ReplicationConfigurations by Source Server ID
update-replication-configuration-templateUpdates multiple ReplicationConfigurationTemplates by ID