Skip to main content

Restore RDS Backups

Updated over 3 weeks ago

RDS backups on AWS Workloads (CloudRanger) are restored as an instance. Restoring an RDS snapshot launches a database instance from the selected snapshot. You can also specify the VPCs, subnets, and security groups.

  1. Log into your management console and navigate to Resources > RDS.​

    RDS BK Rest.png

  2. Navigate to the Backups tab and select the DB Snapshot that you wish to restore.
    On the backup details page, click Restore.

    1_RDS Rest2.png


    Alternatively, you may select the snapshot from the Backups page, and then click Restore to initiate the restore process.
    ​

  3. On the Restore RDS Backup page, specify the following:

Field

Description

Identifier

The DB instance identifier.

Region

The AWS Region where the DB snapshot is stored.

This cannot be modified.

Engine

The database engine associated with the Amazon RDS resource.

This cannot be modified

Tags

Key: This section displays the tag keys that have been specified for the source RDS database. Tags act as metadata to help identify and organize your AWS resources.

Value: The Value will depend on the Key specified.

​Key: Created by Policy ; Value: New

​Key: Origin ; Value: Origin ID

Location

Account

The AWS Account to which the DB Snapshot is to be restored.

You can choose to restore the RDS snapshot to the AWS Account where the source backup resides, or restore to a different Account.


πŸ“ Note: You can restore non-airgapped RDS snapshots across accounts only if the original recovery points were encrypted with Customer Managed Keys (CMKs). Non-airgapped recovery points that were encrypted with AMKs cannot be restored to a different AWS Account.


For more information, see RDS restore encryption.

Region

The AWS Region to which the DB Snapshot is to be restored.

You can choose to restore the RDS snapshot to the AWS Region where the source backup resides, or restore to a different Region.

VPC

Select a virtual private cloud (VPC) where you want the restored RDS DB snapshot to run.

Subnet Group

Select the subnet group of the VPC where you want the restored RDS DB snapshot to run.

The options available here will depend on the VPC selected previously.

Enable Multi AZ

Select this to provision a primary DB Instance and synchronously replicate the data to a standby instance in a different Availability Zone (AZ).

Availability Zone

Choose an availability zone within the region where the DB snapshot is stored.

Security

Key Name

The KMS key to encrypt the restored RDS instance.

Select the AWS Account and the Region to select the KMS Key to be used to encrypt data at the time of restore.


πŸ“ Notes

  • Selecting a KMS Key is mandatory when restoring RDS Airgap backups. For more information on KMS encryption support by restore type, see RDS restore scenarios.

  • Only Symmetric keys are supported when restoring your RDS resources.

  • You can select a customer-managed key (CMK) or the default AWS managed key (AMK).
    AWS Managed Keys are not supported when selecting a KMS key that is in a different account than the restore target. In such cases, you will need to only select a CMK key.

  • If the KMS key to be used is unavailable you will need to first onboard the Account to your AWS Workloads console and then proceed. For more information, see Create an AWS Access Role.


VPC Security Groups

The VPC Security group associated with the restored RDS DB snapshot.

Options

Enable Deletion Protection

Select this to protect the restored RDS instance from accidental deletion.

Instance Type

The Instance type associated with the restored RDS DB snapshot.

Paramenter Group

Option Group

The Amazon RDS parameter and option groups associated with your RDS DB instances.

4. A confirmation dialog appears. Click Confirm.


πŸ“ Note
​You may track the status of the restore on the Jobs page. Alternatively, navigate to the Restores tab to view the restored RDS snapshots.


Did this answer your question?