Skip to main content

BackupVault



Resource Icon

Resource Overview

In AWS Backup, a Backup Vault is a container for storing and managing backups. When creating a Backup Vault, you must specify an AWS KMS encryption key to encrypt some of the backups in the vault.

Parent Resource

Associated Resources

Resource Setting Values

  • kms_key_name : The server-side encryption key that is used to protect your backups
  • lock_configuration : AWS Backup vault lock configuration resource
    • lock_configuration.enabled_lock : Whether to enable vault lock - false,true
      • lock_configuration.enabled_lock.lock_mode : The mode of vault lock - Governance, Compliance
      • lock_configuration.enabled_lock.min_retention_days : The minimum retention period that the vault retains its recovery points - 1~36500
      • lock_configuration.enabled_lock.max_retention_days : The maximum retention period that the vault retains its recovery points - 1~36500

Reference Materials