Creates a new ReplicationConfigurationTemplate.
See https://www.paws-r-sdk.com/docs/drs_create_replication_configuration_template/ for full documentation.
drs_create_replication_configuration_template(
associateDefaultSecurityGroup,
autoReplicateNewDisks = NULL,
bandwidthThrottling,
createPublicIP,
dataPlaneRouting,
defaultLargeStagingDiskType,
ebsEncryption,
ebsEncryptionKeyArn = NULL,
pitPolicy,
replicationServerInstanceType,
replicationServersSecurityGroupsIDs,
stagingAreaSubnetId,
stagingAreaTags,
tags = NULL,
useDedicatedReplicationServer
)
[required] Whether to associate the default Elastic Disaster Recovery Security group with the Replication Configuration Template.
Whether to allow the AWS replication agent to automatically replicate newly added disks.
[required] Configure bandwidth throttling for the outbound data transfer rate of the Source Server in Mbps.
[required] Whether to create a Public IP for the Recovery Instance by default.
[required] The data plane routing mechanism that will be used for replication.
[required] The Staging Disk EBS volume type to be used during replication.
[required] The type of EBS encryption to be used during replication.
The ARN of the EBS encryption key to be used during replication.
[required] The Point in time (PIT) policy to manage snapshots taken during replication.
[required] The instance type to be used for the replication server.
[required] The security group IDs that will be used by the replication server.
[required] The subnet to be used by the replication staging area.
[required] A set of tags to be associated with all resources created in the replication staging area: EC2 replication server, EBS volumes, EBS snapshots, etc.
A set of tags to be associated with the Replication Configuration Template resource.
[required] Whether to use a dedicated Replication Server in the replication staging area.