Application Migration Service Update Replication Configuration Request Example

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

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

Top-level fields

sourceServerIDnamestagingAreaSubnetIdreplicationServerInstanceTypeuseLowBandwidthForReplicationbandwidthThrottlingdataPlaneRoutingcreatePublicIPaccountID

Example Payload

Raw ↑
{
  "sourceServerID": "s-1234567890abcdef0",
  "name": "Updated configuration",
  "stagingAreaSubnetId": "subnet-1234567890abcdef0",
  "replicationServerInstanceType": "t3.small",
  "useLowBandwidthForReplication": false,
  "bandwidthThrottling": 0,
  "dataPlaneRouting": "PRIVATE_IP",
  "createPublicIP": false,
  "accountID": "123456789012"
}