

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

# 檢視 Amazon Aurora 的保留自動備份
<a name="Aurora.Managing.Backups.Retaining.Viewing"></a>

若要在 RDS 主控台中檢視保留的自動備份，請在導覽窗格中選擇**自動備份**，然後選擇**保留**。若要檢視與保留的自動備份相關聯的個別快照，請在導覽窗格中選擇 **Snapshots (快照)**。或者，您可以描述與保留的自動備份相關聯的個別快照。您可以從那裡的其中一個快照直接還原資料庫執行個體。

若要使用 描述保留的自動備份 AWS CLI，請使用下列命令：

```
aws rds describe-db-cluster-automated-backups --db-cluster-resource-id {{DB_cluster_resource_ID}}
```

若要使用 RDS API 來描述保留的自動備份，請呼叫 [https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusterAutomatedBackups.html](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusterAutomatedBackups.html) 動作並搭配 `DbClusterResourceId` 參數。