

# StartDBInstanceAutomatedBackupsReplication
<a name="API_StartDBInstanceAutomatedBackupsReplication"></a>

Enables replication of automated backups to a different Amazon Web Services Region.

This command doesn't apply to RDS Custom.

For more information, see [ Replicating Automated Backups to Another Amazon Web Services Region](https://docs.amazonaws.cn/AmazonRDS/latest/UserGuide/USER_ReplicateBackups.html) in the *Amazon RDS User Guide.* 

## Request Parameters
<a name="API_StartDBInstanceAutomatedBackupsReplication_RequestParameters"></a>

 For information about the parameters that are common to all actions, see [Common Parameters](CommonParameters.md).

 ** SourceDBInstanceArn **   
The Amazon Resource Name (ARN) of the source DB instance for the replicated automated backups, for example, `arn:aws:rds:us-west-2:123456789012:db:mydatabase`.  
Type: String  
Required: Yes

 ** BackupRetentionPeriod **   
The retention period for the replicated automated backups.  
Type: Integer  
Required: No

 ** KmsKeyId **   
The Amazon KMS key identifier for encryption of the replicated automated backups. The KMS key ID is the Amazon Resource Name (ARN) for the KMS encryption key in the destination Amazon Web Services Region, for example, `arn:aws:kms:us-east-1:123456789012:key/AKIAIOSFODNN7EXAMPLE`.  
Type: String  
Required: No

 ** PreSignedUrl **   
In an Amazon GovCloud (US) Region, an URL that contains a Signature Version 4 signed request for the `StartDBInstanceAutomatedBackupsReplication` operation to call in the Amazon Web Services Region of the source DB instance. The presigned URL must be a valid request for the `StartDBInstanceAutomatedBackupsReplication` API operation that can run in the Amazon Web Services Region that contains the source DB instance.  
This setting applies only to Amazon GovCloud (US) Regions. It's ignored in other Amazon Web Services Regions.  
To learn how to generate a Signature Version 4 signed request, see [ Authenticating Requests: Using Query Parameters (Amazon Signature Version 4)](https://docs.amazonaws.cn/AmazonS3/latest/API/sigv4-query-string-auth.html) and [ Signature Version 4 Signing Process](https://docs.amazonaws.cn/general/latest/gr/signature-version-4.html).  
If you are using an Amazon SDK tool or the Amazon CLI, you can specify `SourceRegion` (or `--source-region` for the Amazon CLI) instead of specifying `PreSignedUrl` manually. Specifying `SourceRegion` autogenerates a presigned URL that is a valid request for the operation that can run in the source Amazon Web Services Region.
Type: String  
Required: No

 **Tags.Tag.N**   
A list of tags to associate with the replicated automated backups.  
Type: Array of [Tag](API_Tag.md) objects  
Required: No

## Response Elements
<a name="API_StartDBInstanceAutomatedBackupsReplication_ResponseElements"></a>

The following element is returned by the service.

 ** DBInstanceAutomatedBackup **   
An automated backup of a DB instance. It consists of system backups, transaction logs, and the database instance properties that existed at the time you deleted the source instance.  
Type: [DBInstanceAutomatedBackup](API_DBInstanceAutomatedBackup.md) object

## Errors
<a name="API_StartDBInstanceAutomatedBackupsReplication_Errors"></a>

For information about the errors that are common to all actions, see [Common Error Types](CommonErrors.md).

 ** DBInstanceAutomatedBackupQuotaExceeded **   
The quota for retained automated backups was exceeded. This prevents you from retaining any additional automated backups. The retained automated backups quota is the same as your DB instance quota.  
HTTP Status Code: 400

 ** DBInstanceNotFound **   
 `DBInstanceIdentifier` doesn't refer to an existing DB instance.  
HTTP Status Code: 404

 ** InvalidDBInstanceAutomatedBackupState **   
The automated backup is in an invalid state. For example, this automated backup is associated with an active instance.  
HTTP Status Code: 400

 ** InvalidDBInstanceState **   
The DB instance isn't in a valid state.  
HTTP Status Code: 400

 ** KMSKeyNotAccessibleFault **   
An error occurred accessing an Amazon KMS key.  
HTTP Status Code: 400

 ** StorageTypeNotSupported **   
The specified `StorageType` can't be associated with the DB instance.  
HTTP Status Code: 400

## See Also
<a name="API_StartDBInstanceAutomatedBackupsReplication_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon Command Line Interface V2](https://docs.amazonaws.cn/goto/cli2/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication) 
+  [Amazon SDK for .NET V4](https://docs.amazonaws.cn/goto/DotNetSDKV4/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication) 
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication) 
+  [Amazon SDK for Go v2](https://docs.amazonaws.cn/goto/SdkForGoV2/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication) 
+  [Amazon SDK for JavaScript V3](https://docs.amazonaws.cn/goto/SdkForJavaScriptV3/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication) 
+  [Amazon SDK for Kotlin](https://docs.amazonaws.cn/goto/SdkForKotlin/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication) 
+  [Amazon SDK for PHP V3](https://docs.amazonaws.cn/goto/SdkForPHPV3/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication) 
+  [Amazon SDK for Python](https://docs.amazonaws.cn/goto/boto3/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/rds-2014-10-31/StartDBInstanceAutomatedBackupsReplication) 