

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

# 檢視在 Amazon RDS 延伸支援中Aurora 資料庫叢集或全域叢集的註冊
<a name="extended-support-viewing"></a>

您可以使用 AWS 管理主控台、 Aurora 資料庫叢集或全域叢集的註冊。 AWS CLI

**注意**  
主控台中的 **RDS 延伸支援**欄、 中的 -`-engine-lifecycle-support` 選項 AWS CLI，以及 RDS API 中的 `EngineLifecycleSupport` 參數，只會指出 RDS 延伸支援中的註冊。只有在資料庫引擎版本達到 Aurora 標準支援結束時，才會開始收取 RDS 延伸支援的費用。如需詳細資訊，請參閱[Amazon Aurora 主要版本](Aurora.VersionPolicy.Versioning.md#Aurora.VersionPolicy.MajorVersions)。  
例如，Aurora PostgreSQL 11 資料庫已註冊 RDS 延伸支援。在 2024 年 4 月 1 日，Amazon RDS 開始向您收取此資料庫的 RDS 延伸支援費用。在 2024 年 7 月 31 日，您已將此資料庫升級至 Aurora PostgreSQL 12。此資料庫的 RDS 延伸支援狀態會保持啟用狀態。不過，此資料庫的 RDS 延長支援費用已停止，因為 Aurora PostgreSQL 12 尚未達到 Aurora 結束標準支援。在 2025 年 3 月 1 日之前 (也就是 Aurora PostgreSQL 12 的 Aurora 標準支援結束時間)，Amazon RDS 不會向您收取此資料庫的 RDS 延長支援費用。

## 主控台
<a name="extended-support-viewing-console"></a>

**檢視在 RDS 延伸支援中Aurora 資料庫叢集或全域叢集的註冊**

1. 登入 AWS 管理主控台 ，並在 [https://console.aws.amazon.com/rds/](https://console.aws.amazon.com/rds/)：// 開啟 Amazon RDS 主控台。

1. 在導覽窗格中，選擇 **Databases** (資料庫)。**RDS 延伸支援**下的值指出Aurora 資料庫叢集或全域叢集是否已註冊 RDS 延伸支援。如果沒有顯示任何值，則資料庫無法使用 RDS 延伸支援。
**提示**  
如果 **RDS 延長支援**欄未顯示，請選擇**偏好設定**圖示，然後開啟 **RDS 延長支援**。  
![RDS 主控台中每個資料庫具有 RDS 延伸支援設定的資料庫區段。](http://docs.aws.amazon.com/zh_tw/AmazonRDS/latest/AuroraUserGuide/images/extended-support-view-db-list.png)

1. 您也可以在每個資料庫的**組態**索引標籤上檢視註冊。在**資料庫識別符**下選擇資料庫。在**組態**索引標籤查看**延伸支援**下，確認資料庫是否已註冊。  
![資料庫詳細資訊頁面上的組態索引標籤，顯示 RDS 延伸支援狀態。](http://docs.aws.amazon.com/zh_tw/AmazonRDS/latest/AuroraUserGuide/images/extended-support-view-details-aurora.png)

## AWS CLI
<a name="extended-support-viewing-cli"></a>

若要使用 在 RDS 延伸支援中檢視資料庫的註冊 AWS CLI，請執行 [describe-db-clusters](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-clusters.html) 或 [describe-global-clusters](https://docs.aws.amazon.com/cli/latest/reference/rds/describe-global-clusters.html)命令。

如果 RDS 延伸支援可供資料庫使用，則回應會包含參數 `EngineLifecycleSupport`。值 `open-source-rds-extended-support` 表示Aurora 資料庫叢集或全域叢集已註冊 RDS 延伸支援。值 `open-source-rds-extended-support-disabled` 表示在 RDS 延伸支援中的Aurora 資料庫叢集或全域叢集註冊已停用。

**範例**

下列命令會傳回所有 Aurora 資料庫叢集的資訊：

```
aws rds describe-db-clusters
```

下列回應顯示在 Aurora 資料庫叢集 `database-1` 執行的 Aurora PostgreSQL 引擎已註冊 RDS 延伸支援：

```
{
    "DBClusterIdentifier": "database-1",
    ...
    "Engine": "aurora-postgresql",
    ...
    "EngineLifecycleSupport": "open-source-rds-extended-support"
}
```

## RDS API
<a name="extended-support-viewing-api"></a>

若要使用 Amazon RDS API 在 RDS 延伸支援中檢視資料庫的註冊，請使用 [DescribeDBClusters](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeDBClusters.html) 或 [DescribeGlobalClusters](https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_DescribeGlobalClusters.html) 操作。

如果 RDS 延伸支援可供資料庫使用，則回應會包含參數 `EngineLifecycleSupport`。值 `open-source-rds-extended-support` 表示Aurora 資料庫叢集或全域叢集已註冊 RDS 延伸支援。值 `open-source-rds-extended-support-disabled` 表示在 RDS 延伸支援中的Aurora 資料庫叢集或全域叢集註冊已停用。