View Source aws_drs (aws v0.5.0)
Link to this section Summary
Functions
Deletes a single Recovery Instance by ID.
Deletes a single Source Server by ID.
Returns a list of Jobs.
Disconnect a Recovery Instance from Elastic Disaster Recovery.
Disconnects a specific Source Server from Elastic Disaster Recovery.
Causes the data replication initiation sequence to begin immediately upon next Handshake for the specified Source Server ID, regardless of when the previous initiation started.
Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance.
Launches Recovery Instances for the specified Source Servers.
Stops the failback process for a specified Recovery Instance.
Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources.
Link to this section Functions
create_replication_configuration_template(Client, Input0, Options0)
View SourceDeletes a single Recovery Instance by ID.
This deletes the Recovery Instance resource from Elastic Disaster Recovery. The Recovery Instance must be disconnected first in order to delete it.delete_replication_configuration_template(Client, Input0, Options0)
View SourceDeletes a single Source Server by ID.
The Source Server must be disconnected first.Returns a list of Jobs.
Use the JobsID and fromDate and toDate filters to limit which jobs are returned. The response is sorted by creationDataTime - latest date first. Jobs are created by the StartRecovery, TerminateRecoveryInstances and StartFailbackLaunch APIs. Jobs are also created by DiagnosticLaunch and TerminateDiagnosticInstances, which are APIs available only to *Support* and only used in response to relevant support tickets.describe_replication_configuration_templates(Client, Input0, Options0)
View SourceDisconnect a Recovery Instance from Elastic Disaster Recovery.
Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Recovery Instance will be terminated / deleted within 90 minutes. If the agent on the Recovery Instance has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the Recovery Instance will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.Disconnects a specific Source Server from Elastic Disaster Recovery.
Data replication is stopped immediately. All AWS resources created by Elastic Disaster Recovery for enabling the replication of the Source Server will be terminated / deleted within 90 minutes. You cannot disconnect a Source Server if it has a Recovery Instance. If the agent on the Source Server has not been prevented from communicating with the Elastic Disaster Recovery service, then it will receive a command to uninstall itself (within approximately 10 minutes). The following properties of the SourceServer will be changed immediately: dataReplicationInfo.dataReplicationState will be set to DISCONNECTED; The totalStorageBytes property for each of dataReplicationInfo.replicatedDisks will be set to zero; dataReplicationInfo.lagDuration and dataReplicationInfo.lagDuration will be nullified.list_tags_for_resource(Client, ResourceArn, QueryMap, HeadersMap, Options0)
View SourceCauses the data replication initiation sequence to begin immediately upon next Handshake for the specified Source Server ID, regardless of when the previous initiation started.
This command will work only if the Source Server is stalled or is in a DISCONNECTED or STOPPED state.Initiates a Job for launching the machine that is being failed back to from the specified Recovery Instance.
This will run conversion on the failback client and will reboot your machine, thus completing the failback process.Launches Recovery Instances for the specified Source Servers.
For each Source Server you may choose a point in time snapshot to launch from, or use an on demand snapshot.Stops the failback process for a specified Recovery Instance.
This changes the Failback State of the Recovery Instance back to FAILBACK_NOT_STARTED.Adds or overwrites only the specified tags for the specified Elastic Disaster Recovery resource or resources.
When you specify an existing tag key, the value is overwritten with the new value. Each resource can have a maximum of 50 tags. Each tag consists of a key and optional value.