Deleting RDS Custom for SQL Server automated backups (original) (raw)
You can delete retained automated backups for RDS Custom for SQL Server when they are no longer needed. The procedure is the same as the procedure for deleting Amazon RDS backups.
To delete a retained automated backup
- Sign in to the AWS Management Console and open the Amazon RDS console athttps://console.aws.amazon.com/rds/.
- In the navigation pane, choose Automated backups.
- Choose Retained.
- Choose the retained automated backup that you want to delete.
- For Actions, choose Delete.
- On the confirmation page, enter
delete me
and chooseDelete.
You can delete a retained automated backup by using the AWS CLI command delete-db-instance-automated-backup.
The following option is used to delete a retained automated backup:
--dbi-resource-id
– The resource identifier for the source RDS Custom DB instance.
You can find the resource identifier for the source DB instance of a retained automated backup by using the AWS CLI command describe-db-instance-automated-backups.
The following example deletes the retained automated backup with source DB instance resource identifiercustom-db-123ABCEXAMPLE
.
For Linux, macOS, or Unix:
aws rds delete-db-instance-automated-backup \
--dbi-resource-id custom-db-123ABCEXAMPLE
For Windows:
aws rds delete-db-instance-automated-backup ^
--dbi-resource-id custom-db-123ABCEXAMPLE
Deleting an RDS Custom for SQL Server snapshot
Copying an RDS Custom for SQL Server DB snapshot
Did this page help you? - Yes
Thanks for letting us know we're doing a good job!
If you've got a moment, please tell us what we did right so we can do more of it.
Did this page help you? - No
Thanks for letting us know this page needs work. We're sorry we let you down.
If you've got a moment, please tell us how we can make the documentation better.