Skip to main content

BackupVault



Resource Icon

Resource Overview

In AWS Backup, a Backup Vault is a container used to store and organize backups. When creating a Backup Vault, you must specify an AWS KMS encryption key to encrypt some backups stored in the vault.

Associated Resources

Parent Resources

Resource Configuration

Basic Settings

  • kms_key_name : Server-side encryption key used to protect backups

Vault Lock Settings (lock_configuration)

  • lock_configuration.enabled_lock : Whether to enable vault lock - true, false
  • lock_configuration.lock_mode : Vault lock mode - Governance, Compliance
  • lock_configuration.min_retention_days : Minimum retention period for recovery points - 1 ~ 36500
  • lock_configuration.max_retention_days : Maximum retention period for recovery points - 1 ~ 36500
  • lock_configuration.changeable_for_days : Number of days before the lock becomes immutable - 3 ~ 36500

Tags

  • tag : Tags used to categorize the resource - maximum 512 characters, key:value

References