Amazon Application Migration Service · Schema
ReplicationConfigurationTemplate
Template for default replication configuration settings
Amazon Application Migration ServiceMigrationLift And ShiftCloud Migration
Properties
| Name | Type | Description |
|---|---|---|
| replicationConfigurationTemplateID | string | Template ID |
| arn | string | ARN of the template |
| stagingAreaSubnetId | string | Subnet ID for staging area |
| associateDefaultSecurityGroup | boolean | Whether to associate default security group |
| replicationServersSecurityGroupsIDs | array | Security group IDs |
| replicationServerInstanceType | string | EC2 instance type for replication servers |
| useLowBandwidthForReplication | boolean | Whether to use low bandwidth |
| dataPlaneRouting | string | Data plane routing mode |
| createPublicIP | boolean | Whether to create public IP |
| stagingAreaTags | object | Tags for staging resources |
| bandwidthThrottling | integer | Bandwidth throttling in Mbps |
| defaultLargeStagingDiskType | string | Default disk type for large disks |
| ebsEncryption | string | EBS encryption setting |
| tags | object | Tags on the template |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/amazon-application-migration-service/json-schema/application-migration-service-replication-configuration-template-schema.json",
"title": "ReplicationConfigurationTemplate",
"description": "Template for default replication configuration settings",
"type": "object",
"properties": {
"replicationConfigurationTemplateID": {
"type": "string",
"description": "Template ID"
},
"arn": {
"type": "string",
"description": "ARN of the template"
},
"stagingAreaSubnetId": {
"type": "string",
"description": "Subnet ID for staging area"
},
"associateDefaultSecurityGroup": {
"type": "boolean",
"description": "Whether to associate default security group"
},
"replicationServersSecurityGroupsIDs": {
"type": "array",
"description": "Security group IDs"
},
"replicationServerInstanceType": {
"type": "string",
"description": "EC2 instance type for replication servers"
},
"useLowBandwidthForReplication": {
"type": "boolean",
"description": "Whether to use low bandwidth"
},
"dataPlaneRouting": {
"type": "string",
"description": "Data plane routing mode"
},
"createPublicIP": {
"type": "boolean",
"description": "Whether to create public IP"
},
"stagingAreaTags": {
"type": "object",
"description": "Tags for staging resources"
},
"bandwidthThrottling": {
"type": "integer",
"description": "Bandwidth throttling in Mbps"
},
"defaultLargeStagingDiskType": {
"type": "string",
"description": "Default disk type for large disks"
},
"ebsEncryption": {
"type": "string",
"description": "EBS encryption setting"
},
"tags": {
"type": "object",
"description": "Tags on the template"
}
}
}