Creating a Cloud Database Instance for Amazon RDS Using a New AWS Account

To back up the Amazon RDS database, create an instance for the database. You can create a new AWS account at the same time.

Before You Begin

Define custom permissions to access AWS resources to enable support for Amazon RDS backups and restores. Download the amazon_rds_backup_restore_permissions.json file and use it on the AWS command line to apply the required permissions.

Procedure

  1. From the navigation pane, go to Protect > Databases.

    The Instances page appears.

  2. Click Add Instance, and then click Cloud DB.

    The Add Cloud DB instance dialog box appears.

  3. From the Select vendor list, select Amazon Web Services.

  4. From the Database service list, select RDS.

  5. For Backup method, select Snapshot.

  6. To add a new account, click Add.

    The Add cloud account dialog box appears.

  7. In the Name box, type a name for the new cloud account.

  8. In the Regions box, type the region names that you want to back up, separated by commas. For example, enter us-east-1,us-west-1.

    By default, clusters or instances from all regions are backed up. Choose the regions to back up if any of the following conditions are true:

    • The cloud account does not have access to all the AWS regions due to organizational restrictions.

    • You want to restrict the backups to certain regions.

  9. Enter the host or account authentication information:

    • To use IAM role authentication, click IAM role.

      Note

      If you select IAM role authentication, but an access node that is not associated with the IAM role is used for a backup or restore, the operation fails.

    • To use an access key and secret key pair to access the AWS account, click Access and secret key, and then from the Credentials list select the credential entity.

      The Use service account resources toggle key does not apply to cloud databases.

    • To use an STS assume role with IAM policy to access the AWS account, click STS assume role with IAM policy, and then from the Credentials list select the credential entity.

      The Use service account resources toggle key does not apply to cloud databases.

  10. To select access nodes that have the necessary permissions associated with them in the AWS Console, from the Access nodes list, select access nodes to use for the backup and restore operations.

  11. Click Save.

  12. From the Plan list, select the server plan that you want to use for the backup operations.

  13. To filter the content that is backed up, click Edit, and then select or clear the regions to include or exclude from the backups.

  14. Click Add.

Results

After you create the instance, a default instance group is automatically created for the instance.

For more information about creating a new credential entity, see Creating a Credential Entity.

Loading...