Canceling a DB cluster export task
You can cancel a DB cluster export task using the AWS Management Console, the AWS CLI, or the RDS API.
Note
Canceling an export task doesn't remove any data that was exported to Amazon S3. For information about how to delete the data using the console, see How do I delete objects from an S3 bucket? To delete the data using the CLI, use the delete-object command.
To cancel a DB cluster export task
Sign in to the AWS Management Console and open the Amazon RDS console at https://console.aws.amazon.com/rds/
. -
In the navigation pane, choose Exports in Amazon S3.
DB cluster exports are indicated in the Source type column. Export status is displayed in the Status column.
-
Choose the export task that you want to cancel.
-
Choose Cancel.
-
Choose Cancel export task on the confirmation page.
To cancel an export task using the AWS CLI, use the cancel-export-task command. The command requires the --export-task-identifier
option.
aws rds cancel-export-task --export-task-identifier my-export { "Status": "CANCELING", "S3Prefix": "", "S3Bucket": "
amzn-s3-demo-bucket
", "PercentProgress": 0, "KmsKeyId": "arn:aws:kms:us-west-2
:123456789012:key/K7MDENG/bPxRfiCYEXAMPLEKEY", "ExportTaskIdentifier": "my-export", "IamRoleArn": "arn:aws:iam::123456789012:role/export-to-s3", "TotalExtractedDataInGB": 0, "SourceArn": "arn:aws:rds:us-west-2
:123456789012:cluster:export-example-1" }
To cancel an export task using the Amazon RDS API, use the CancelExportTask operation with the ExportTaskIdentifier
parameter.