選取您的 Cookie 偏好設定

我們使用提供自身網站和服務所需的基本 Cookie 和類似工具。我們使用效能 Cookie 收集匿名統計資料,以便了解客戶如何使用我們的網站並進行改進。基本 Cookie 無法停用,但可以按一下「自訂」或「拒絕」以拒絕效能 Cookie。

如果您同意,AWS 與經核准的第三方也會使用 Cookie 提供實用的網站功能、記住您的偏好設定,並顯示相關內容,包括相關廣告。若要接受或拒絕所有非必要 Cookie,請按一下「接受」或「拒絕」。若要進行更詳細的選擇,請按一下「自訂」。

從 RDS Custom for SQL Server 資料庫快照還原

焦點模式
從 RDS Custom for SQL Server 資料庫快照還原 - Amazon Relational Database Service

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

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

篩選條件查看

當您還原 RDS Custom for SQL Server 資料庫執行個體時,您會提供資料庫快照的名稱和新執行個體的名稱。您無法從快照還原至現有的RDS自訂資料庫執行個體。當您還原時,會建立新的 RDS Custom for SQL Server 資料庫執行個體。

從快照還原會將儲存磁碟區還原至擷取快照的時間點。這將包括磁碟(D:)區上存在的所有資料庫和任何其他檔案。

從資料庫快照還原RDS自訂資料庫執行個體
  1. 登入 AWS Management Console 並在 開啟 Amazon RDS主控台https://console.aws.amazon.com/rds/

  2. 在導覽窗格中,選擇 Snapshots (快照)

  3. 選擇想要從中還原的資料庫執行個體。

  4. 針對 Actions (動作),選擇 Restore snapshot (還原快照)。

  5. 還原資料庫執行個體頁面上,針對資料庫執行個體識別符 ,輸入已還原自訂RDS資料庫執行個體的名稱。

  6. 選擇 Restore DB instance (還原資料庫執行個體)。

主控台

從資料庫快照還原RDS自訂資料庫執行個體
  1. 登入 AWS Management Console 並在 開啟 Amazon RDS主控台https://console.aws.amazon.com/rds/

  2. 在導覽窗格中,選擇 Snapshots (快照)

  3. 選擇想要從中還原的資料庫執行個體。

  4. 針對 Actions (動作),選擇 Restore snapshot (還原快照)。

  5. 還原資料庫執行個體頁面上,針對資料庫執行個體識別符 ,輸入已還原自訂RDS資料庫執行個體的名稱。

  6. 選擇 Restore DB instance (還原資料庫執行個體)。

您可以使用 restore-db-instance-from-db-snapshot AWS CLI 命令還原RDS自訂資料庫快照。

如果您要從中還原的快照適用於私有資料庫執行個體,請務必指定正確的 db-subnet-group-nameno-publicly-accessible。否則,資料庫執行個體預設為可公開存取。下列選項是必要的:

  • db-snapshot-identifier – 識別要從中進行還原的快照

  • db-instance-identifier – 指定要從資料庫快照建立的RDS自訂資料庫執行個體名稱

  • custom-iam-instance-profile – 指定與RDS自訂資料庫執行個體的基礎 Amazon EC2執行個體相關聯的執行個體設定檔。

下列程式碼會為 my-custom-instance 還原名稱為 my-custom-snapshot 的快照。

用於 Linux, macOS、 或 Unix:

aws rds restore-db-instance-from-db-snapshot \ --db-snapshot-identifier my-custom-snapshot \ --db-instance-identifier my-custom-instance \ --custom-iam-instance-profile AWSRDSCustomInstanceProfileForRdsCustomInstance \ --no-publicly-accessible

用於 Windows:

aws rds restore-db-instance-from-db-snapshot ^ --db-snapshot-identifier my-custom-snapshot ^ --db-instance-identifier my-custom-instance ^ --custom-iam-instance-profile AWSRDSCustomInstanceProfileForRdsCustomInstance ^ --no-publicly-accessible

您可以使用 restore-db-instance-from-db-snapshot AWS CLI 命令還原RDS自訂資料庫快照。

如果您要從中還原的快照適用於私有資料庫執行個體,請務必指定正確的 db-subnet-group-nameno-publicly-accessible。否則,資料庫執行個體預設為可公開存取。下列選項是必要的:

  • db-snapshot-identifier – 識別要從中進行還原的快照

  • db-instance-identifier – 指定要從資料庫快照建立的RDS自訂資料庫執行個體名稱

  • custom-iam-instance-profile – 指定與RDS自訂資料庫執行個體的基礎 Amazon EC2執行個體相關聯的執行個體設定檔。

下列程式碼會為 my-custom-instance 還原名稱為 my-custom-snapshot 的快照。

用於 Linux, macOS、 或 Unix:

aws rds restore-db-instance-from-db-snapshot \ --db-snapshot-identifier my-custom-snapshot \ --db-instance-identifier my-custom-instance \ --custom-iam-instance-profile AWSRDSCustomInstanceProfileForRdsCustomInstance \ --no-publicly-accessible

用於 Windows:

aws rds restore-db-instance-from-db-snapshot ^ --db-snapshot-identifier my-custom-snapshot ^ --db-instance-identifier my-custom-instance ^ --custom-iam-instance-profile AWSRDSCustomInstanceProfileForRdsCustomInstance ^ --no-publicly-accessible
隱私權網站條款Cookie 偏好設定
© 2025, Amazon Web Services, Inc.或其附屬公司。保留所有權利。