Application Migration Service Create Replication Configuration Template Request Example

Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration

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

Top-level fields

stagingAreaSubnetIdassociateDefaultSecurityGroupreplicationServersSecurityGroupsIDsreplicationServerInstanceTypeuseLowBandwidthForReplicationdataPlaneRoutingcreatePublicIPstagingAreaTagsdefaultLargeStagingDiskTypeebsEncryptionbandwidthThrottlingtags

Example Payload

Raw ↑
{
  "stagingAreaSubnetId": "subnet-1234567890abcdef0",
  "associateDefaultSecurityGroup": true,
  "replicationServersSecurityGroupsIDs": [],
  "replicationServerInstanceType": "t3.small",
  "useLowBandwidthForReplication": false,
  "dataPlaneRouting": "PRIVATE_IP",
  "createPublicIP": false,
  "stagingAreaTags": {},
  "defaultLargeStagingDiskType": "GP2",
  "ebsEncryption": "DEFAULT",
  "bandwidthThrottling": 0,
  "tags": {}
}