本文為英文版的機器翻譯版本,如內容有任何歧義或不一致之處,概以英文版為準。
在 Amazon RDS 延伸 Support 中檢視資料庫叢集 Aurora 資料庫叢集或全球叢集的註冊
您可以使用 AWS Management Console、地同步備份資料庫叢集 Aurora 資料庫叢集或全域叢集的註冊。 AWS CLI
注意
主控台中的「RDS 延伸 Support」欄、「-」-engine-lifecycle-support 選項 AWS CLI,以及 RDS API 中的EngineLifecycleSupport參數僅表示 RDS 延伸 Support 中的註冊。只有在您的資料庫引擎版本達到 Aurora 標準 Support 結束時,才會開始收費 RDS 延伸支援。如需詳細資訊,請參閱 Amazon Aurora 主要版本。
例如,您有一個已在 RDS 延伸 Support 中註冊的 Aurora PostgreSQL 11 資料庫。自 2024 年 4 月 1 日起,Amazon RDS 開始向您收取此資料庫的 RDS 延伸 Support 費用。在 2024 年 7 月 31 日,您將此資料庫升級到 Aurora 此資料庫的 RDS 延伸 Support 狀態會保持啟用狀態。但是,由於 Aurora PostgreSQL 12 尚未達到標準 Support 結束的 Aurora,因此此資料庫的 RDS 延伸支援會收取停止的費用。在 2025 年 3 月 1 日之前,Amazon RDS 不會向您收取此資料庫的 RDS 延伸 Support 援費用,也就是 Aurora PostgreSQL 12 的終止時間。
在 RDS 延伸 Support 中檢視資Aurora 資料庫叢集或全域叢集的註冊
登入 AWS Management Console 並開啟 Amazon RDS 主控台,網址為 https://console.aws.amazon.com/rds/
。 -
在導覽窗格中,選擇 Databases (資料庫)。RDS 延伸 Support 下的值表示 Aurora 資料庫叢集或全域叢集是否已在 RDS 延伸支 地同步備份資料庫叢集。如果未顯示任何值,則表示您的資料庫無法使用 RDS 延伸 Support。
提示
如果沒有出現 RDS 延伸 Support 欄,請選擇喜好設定圖示,然後開啟 RDS 延伸 Support。
-
您也可以在每個資料庫的 [組態] 索引標籤上檢視註冊。選擇數據庫標識符下的數據庫。在 [組態] 索引標籤上,查看 [延伸 Support] 下方,查看資料庫是否已註冊。
若要使用檢視 RDS 延伸 Support 中資料庫的註冊 AWS CLI,請執行describe-db-clusters或describe-global-clustersdescribe-db-instances或 describe-db-clustershttps://docs.aws.amazon.com/cli/latest/reference/rds/describe-db-clusters.html 命令。
如果資料庫可使用 RDS 延伸 Support,則回應會包含參數EngineLifecycleSupport。此值open-source-rds-extended-support表示 Aurora 地同步備份資料庫叢集。此值open-source-rds-extended-support-disabled表示已停用 RDS 延伸 Support 中地同步備份資料庫叢集 Aurora 資料庫叢集或全域叢集的註冊。
範例
下列命令會傳回所有 Aurora 資料庫叢集的資訊:
aws rds describe-db-clusters
下列回應顯示在 Aurora 資料庫叢集上執行的 Aurora PostgreSQL 引擎database-1已在 RDS 延伸 Support 中註冊:
{ "DBClusterIdentifier": "database-1", ... "Engine": "aurora-postgresql", ... "EngineLifecycleSupport": "open-source-rds-extended-support" }
若要使用 Amazon RDS API 在 RDS 擴充 Support 中檢視資料庫的註冊,請使用 Descri
如果資料庫可使用 RDS 延伸 Support,則回應會包含參數EngineLifecycleSupport。此值open-source-rds-extended-support表示 Aurora 地同步備份資料庫叢集。此值open-source-rds-extended-support-disabled表示已停用 RDS 延伸 Support 中地同步備份資料庫叢集 Aurora 資料庫叢集或全域叢集的註冊。