Application Migration Service Replication Configuration Example

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

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

Top-level fields

sourceServerIDnamestagingAreaSubnetIdassociateDefaultSecurityGroupreplicationServersSecurityGroupsIDsreplicationServerInstanceTypeuseLowBandwidthForReplicationdataPlaneRoutingcreatePublicIPstagingAreaTagsreplicatedDisksbandwidthThrottlingdefaultLargeStagingDiskTypeebsEncryptionebsEncryptionKeyArn

Example Payload

Raw ↑
{
  "sourceServerID": "s-1234567890abcdef0",
  "name": "Default replication configuration",
  "stagingAreaSubnetId": "subnet-1234567890abcdef0",
  "associateDefaultSecurityGroup": true,
  "replicationServersSecurityGroupsIDs": [],
  "replicationServerInstanceType": "t3.small",
  "useLowBandwidthForReplication": false,
  "dataPlaneRouting": "PRIVATE_IP",
  "createPublicIP": false,
  "stagingAreaTags": {},
  "replicatedDisks": [],
  "bandwidthThrottling": 0,
  "defaultLargeStagingDiskType": "GP2",
  "ebsEncryption": "DEFAULT",
  "ebsEncryptionKeyArn": "arn:aws:kms:us-east-1:123456789012:key/12345678-1234-1234-1234-123456789012"
}