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