選取您的 Cookie 偏好設定

我們使用提供自身網站和服務所需的基本 Cookie 和類似工具。我們使用效能 Cookie 收集匿名統計資料,以便了解客戶如何使用我們的網站並進行改進。基本 Cookie 無法停用,但可以按一下「自訂」或「拒絕」以拒絕效能 Cookie。

如果您同意,AWS 與經核准的第三方也會使用 Cookie 提供實用的網站功能、記住您的偏好設定,並顯示相關內容,包括相關廣告。若要接受或拒絕所有非必要 Cookie,請按一下「接受」或「拒絕」。若要進行更詳細的選擇,請按一下「自訂」。

取消資料庫叢集匯出任務 - Amazon Aurora

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。

取消資料庫叢集匯出任務

您可以使用 AWS Management Console、或取消資料庫叢集匯出工作RDSAPI。 AWS CLI

注意

取消匯出匯出任務不會移除任何已匯出到 Amazon S3 的資料。如需如何使用主控台刪除資料的資訊,請參閱如何從 S3 儲存貯體刪除物件? 若要使用刪除資料CLI,請使用刪除物件指令。

取消資料庫叢集匯出任務
  1. 登錄 AWS Management Console 並在打開 Amazon RDS 控制台https://console.aws.amazon.com/rds/

  2. 在導覽窗格中,選擇 Exports in Amazon S3 (在 Amazon S3 中匯出)。

    資料庫叢集匯出會在 Source type (來源類型) 欄中指出。匯出狀態會顯示在 Status (狀態) 欄中。

  3. 選擇您想要取消的匯出任務。

  4. 選擇 Cancel (取消)

  5. 選擇確認頁面上的 Cancel export task (取消匯出任務)

主控台

取消資料庫叢集匯出任務
  1. 登錄 AWS Management Console 並在打開 Amazon RDS 控制台https://console.aws.amazon.com/rds/

  2. 在導覽窗格中,選擇 Exports in Amazon S3 (在 Amazon S3 中匯出)。

    資料庫叢集匯出會在 Source type (來源類型) 欄中指出。匯出狀態會顯示在 Status (狀態) 欄中。

  3. 選擇您想要取消的匯出任務。

  4. 選擇 Cancel (取消)

  5. 選擇確認頁面上的 Cancel export task (取消匯出任務)

若要使用取消匯出工作 AWS CLI,請使用cancel-export-task指令。命令需要 --export-task-identifier 選項。

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" }

若要使用取消匯出工作 AWS CLI,請使用cancel-export-task指令。命令需要 --export-task-identifier 選項。

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" }

若要使用 Amazon 取消匯出任務 RDSAPI,請搭配ExportTaskIdentifier參數使用該CancelExportTask操作。

若要使用 Amazon 取消匯出任務 RDSAPI,請搭配ExportTaskIdentifier參數使用該CancelExportTask操作。

隱私權網站條款Cookie 偏好設定
© 2025, Amazon Web Services, Inc.或其附屬公司。保留所有權利。