Stopping automated backup replication for Amazon RDS - Amazon Relational Database Service
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).

Stopping automated backup replication for Amazon RDS

You can stop backup replication for DB instances using the Amazon RDS console. You can also use the stop-db-instance-automated-backups-replication Amazon CLI command or the StopDBInstanceAutomatedBackupsReplication RDS API operation.

Replicated backups are retained, subject to the backup retention period set when they were created.

Stop backup replication from the Automated backups page in the source Region.

To stop backup replication to an Amazon Web Services Region
  1. Sign in to the Amazon Web Services Management Console and open the Amazon RDS console at https://console.amazonaws.cn/rds/.

  2. Choose the source Region from the Region selector.

  3. In the navigation pane, choose Automated backups.

  4. On the Current Region tab, choose the DB instance for which you want to stop backup replication.

  5. For Actions, choose Manage cross-Region replication.

  6. Under Backup replication, clear the Enable replication to another Amazon Web Services Region check box.

  7. Choose Save.

Replicated backups are listed on the Retained tab of the Automated backups page in the destination Region.

Stop backup replication by using the stop-db-instance-automated-backups-replication Amazon CLI command.

The following CLI example stops automated backups of a DB instance from replicating in the US West (Oregon) Region.

To stop backup replication
  • Run one of the following commands.

    For Linux, macOS, or Unix:

    aws rds stop-db-instance-automated-backups-replication \ --region us-east-1 \ --source-db-instance-arn "arn:aws-cn:rds:us-west-2:123456789012:db:mydatabase"

    For Windows:

    aws rds stop-db-instance-automated-backups-replication ^ --region us-east-1 ^ --source-db-instance-arn "arn:aws-cn:rds:us-west-2:123456789012:db:mydatabase"

Stop backup replication by using the StopDBInstanceAutomatedBackupsReplication RDS API operation with the following parameters:

  • Region

  • SourceDBInstanceArn