Deleting replicated backups for Amazon RDS
You can delete replicated backups for DB instances using the Amazon RDS console. You can also use the delete-db-instance-automated-backups
AWS CLI
command or the DeleteDBInstanceAutomatedBackup
RDS API operation.
Delete replicated backups in the destination Region from the Automated backups page.
To delete replicated backups
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/
. -
Choose the destination Region from the Region selector.
-
In the navigation pane, choose Automated backups.
-
On the Replicated backups tab, choose the DB instance for which you want to delete the replicated backups.
-
For Actions, choose Delete.
-
On the confirmation page, enter
delete me
and choose Delete.
Delete replicated backups by using the delete-db-instance-automated-backup
AWS CLI command.
You can use the describe-db-instances
CLI command to find the Amazon Resource Names (ARNs) of the replicated backups. For more information, see Finding information about replicated backups for Amazon RDS.
To delete replicated backups
-
Run one of the following commands.
For Linux, macOS, or Unix:
aws rds delete-db-instance-automated-backup \ --db-instance-automated-backups-arn "arn:aws:rds:us-east-1:
123456789012
:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE"For Windows:
aws rds delete-db-instance-automated-backup ^ --db-instance-automated-backups-arn "arn:aws:rds:us-east-1:
123456789012
:auto-backup:ab-L2IJCEXJP7XQ7HOJ4SIEXAMPLE"
Delete replicated backups by using the DeleteDBInstanceAutomatedBackup
RDS API operation with the
DBInstanceAutomatedBackupsArn
parameter.