Getting started 3: Create a scheduled backup - Amazon Backup
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

Getting started 3: Create a scheduled backup

In this step of the Amazon Backup tutorial, you create a backup plan, assign resources to it, and then create a backup vault.

Before you begin, ensure that you have the required prerequisites. For more information, see Getting started with Amazon Backup.

Step 1: Create a backup plan based on an existing one

A backup plan is a policy expression that defines when and how you want to back up your Amazon resources, such as Amazon DynamoDB tables or Amazon Elastic File System (Amazon EFS) file systems. You assign resources to backup plans, and Amazon Backup then automatically backs up and retains backups for those resources according to the backup plan. For more information, see Managing backups using backup plans.

There are two ways to create a new backup plan: You can build one from scratch or build one based on an existing backup plan. This example uses the Amazon Backup console to create a backup plan by modifying an existing backup plan.

To create a backup plan from an existing one
  1. Sign in to the Amazon Web Services Management Console, and open the Amazon Backup console at https://console.amazonaws.cn/backup.

  2. From the dashboard, choose Manage Backup plans. Or, using the navigation pane, choose Backup plans and choose Create Backup plan.

  3. Choose Start with template, choose a plan from the list (for example, Daily-Monthly-1yr-Retention), and enter a name in the Backup plan name box.

    Note

    If you try to create a backup plan that is identical to an existing plan, you get an AlreadyExistsException error.

  4. On the plan summary page, choose the backup rule you want and then choose Edit.

  5. Review and choose the values that you want for your rule (see Backup plan options and configuration for rule options).

  6. For the backup vault, choose Default or choose Create new Backup vault to create a new vault.

  7. (Optional)- choose an Amazon Web Services Region from the list in Destination region to copy the backup to different Region. To add more Regions, choose Add copy.

  8. When you have finished editing the rule, choose Save Backup rule.

On the Summary page, choose Assign resources to prepare for the next section.

Step 2: Assign resources to a backup plan

After you create a backup plan, you must assign your Amazon resources to that backup plan. For more information about assigning resources, see Assigning resources to a backup plan.

If you don’t already have existing Amazon resources that you want to assign to a backup plan, create some new resources to use for this exercise. Create one or two resources using supported Amazon resources and third-party applications.

To assign resources to a backup plan
  1. The previous steps should have taken you to the Assign resources page.

  2. Type in a Resource assignment name.

  3. For IAM role, choose Default role. If you choose another role, it must have permissions to back up all the resources you assign.

  4. In the Assign resources section, choose Include all resource types. A resource type is an Amazon Backup-supported Amazon service or third-party application. This backup plan will now protect all resource types that you have opted in to protect using Amazon Backup

  5. Choose Assign resources.

You return to the backup plan Summary page. Choose Create backup plan to deploy your first backup plan!

Step 3: Create a backup vault

Instead of using the default backup vault that is automatically created for you on the Amazon Backup console, you can create specific backup vaults to save and organize groups of backups in the same vault.

For more information about backup vaults, see Backup vaults.

To create a backup vault
  1. On the Amazon Backup console, in the navigation pane, choose Backup vaults.

    Note

    If the navigation pane is not visible on the left side, you can open it by choosing the menu icon in the upper-left corner of the Amazon Backup console.

  2. Choose Create backup vault.

  3. Enter a name for your backup vault. You can name your vault to reflect what you will store in it, or to make it easier to search for the backups you need. For example, you could name it FinancialBackups.

  4. Select an Amazon Key Management Service (Amazon KMS) key. You can use either a key that you already created, or select the default Amazon Backup KMS key.

    Note

    The Amazon KMS key that is specified here applies only to backups of services that support Amazon Backup independent encryption. To see the list of resources types that support Amazon Backup independent encryption, see the "Full Amazon Backup management" section of the Feature availability by resource table.

  5. Optionally, add tags that will help you search for and identify your backup vault. For example, you could add a BackupType:Financial tag.

  6. Choose Create Backup vault.

  7. In the navigation pane, choose Backup vaults, and verify that your backup vault has been added.

Note

You can now edit a backup rule in one of your backup plans to store backups created by that rule in the backup vault you just created.

Next steps

To back up Amazon EFS file systems specifically, proceed to Getting started 4: Create Amazon EFS automatic backups.