StartMigration - Amazon ElastiCache
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

StartMigration

Start the migration of data.

Request Parameters

For information about the parameters that are common to all actions, see Common Parameters.

CustomerNodeEndpointList.member.N

List of endpoints from which data should be migrated. For Redis (cluster mode disabled), list should have only one element.

Type: Array of CustomerNodeEndpoint objects

Required: Yes

ReplicationGroupId

The ID of the replication group to which data should be migrated.

Type: String

Required: Yes

Response Elements

The following element is returned by the service.

ReplicationGroup

Contains all of the attributes of a specific Redis replication group.

Type: ReplicationGroup object

Errors

For information about the errors that are common to all actions, see Common Errors.

InvalidParameterValue

The value for a parameter is invalid.

HTTP Status Code: 400

InvalidReplicationGroupState

The requested replication group is not in the available state.

HTTP Status Code: 400

ReplicationGroupAlreadyUnderMigrationFault

The targeted replication group is not available.

HTTP Status Code: 400

ReplicationGroupNotFoundFault

The specified replication group does not exist.

HTTP Status Code: 404

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: