在 Aurora 叢集中重新啟動資料庫執行個體 - Amazon Aurora

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

在 Aurora 叢集中重新啟動資料庫執行個體

此程序是您在使用 Aurora 執行重新啟動時的最重要操作。許多維護程序涉及以特定順序重新啟動一或多個 Aurora 資料庫執行個體。

重新啟動資料庫執行個體
  1. 登錄 AWS Management Console 並在打開 Amazon RDS 控制台https://console.aws.amazon.com/rds/

  2. 在導覽窗格中選擇 Databases (資料庫),然後選擇您要重新啟動的資料庫執行個體。

  3. 針對 Actions (動作),選擇 Reboot (重新啟動)

    Reboot DB Instance (重新啟動資料庫執行個體) 頁面隨即出現。

  4. 選擇 Reboot (重新啟動),以重新啟動您的資料庫執行個體。

    或者選擇 Cancel (取消)

若要使用重新啟動資料庫執行個體 AWS CLI,請呼叫reboot-db-instance命令。

對於LinuxmacOS、或Unix:

aws rds reboot-db-instance \ --db-instance-identifier mydbinstance

在 Windows 中:

aws rds reboot-db-instance ^ --db-instance-identifier mydbinstance

若要使用 Amazon 重新啟動資料庫執行個體 RDSAPI,請呼叫RebootDBInstance作業。