Controlling Backup Enhancements

For Service Pack 11 and more recent service packs, streaming backups and IntelliSnap backup copies for Amazon are enhanced to provide significantly faster backups. EBS optimization is enabled for the Amazon instance (VSA proxy) that performs the backup operation.

The VSA proxy should be a compute-optimized instance hosted in the same Amazon account and region as the instance that are being backed up.

By default, the enhanced backup process creates temporary optimized volumes from snapshots during the backup and mounts the volumes on the VSA proxy. (The volumes on the source instance are not modified.) For volumes that are 4 GB or larger, the volume type for the backup is changed to Provisioned IOPS SSD (IO1), and the IOPS for the volumes is set to 50 times the disk size, up to a maximum value of 5000 IOPS for sizes less than 1 TB, and up to 10000 IOPS for 1 TB and greater. Using IOPS volumes for the backup results in much faster reads for the backup. For volumes that are smaller than 4 GB, the volume type does not change.

The change in volume type might result in increased costs for the duration of the backup process, but after the backup is completed the cleanup process removes the IO1 disk and deletes the temporary IOPS volumes. Restore operations from the backup use the original volume type.

Procedure

  • Create additional settings on the VSA proxy to enable dynamic adjustment of IOPS, to adjust the maximum IOPS value, or to disable optimized volume backup operations.

    For instructions about adding additional settings from the CommCell Console, see Adding or Modifying an Additional Setting.

    Additional Setting

    Category

    Type

    Value

    bAllowAWSModifyBackupVolume

    VirtualServer

    Integer

    Enter 1 to enable dynamic adjustments to IOPS values during volume backups, and to reduce the chance of failures caused by exceeding AWS IOPS limits. When this additional setting is enabled, volumes are created with the smallest possible IOPS values, and then modified to the optimized values only when required.

    For SP13 and more recent service packs, this additional setting is enabled by default.

    nAWSBackupVolumeMaxIOPS

    VirtualServer

    Integer

    Enter a value from 100-20000 to change the maximum IOPS value per volume that can be used for volumes that are larger then 4 GB.

    bEnableAWSOptimizedBackupVolume

    VirtualServer

    Integer

    Enter 0 to disable optimized volume backups.

Loading...