Skip to content

Instantly share code, notes, and snippets.

@MatthewJDavis
Created April 6, 2019 00:26
Show Gist options
  • Select an option

  • Save MatthewJDavis/f975b48e1ad41a665d817c50e910658b to your computer and use it in GitHub Desktop.

Select an option

Save MatthewJDavis/f975b48e1ad41a665d817c50e910658b to your computer and use it in GitHub Desktop.
Create a new aws backup vault
# Create a backup vault
$VaultName = 'demo'
$ProjectTag = @{'Project' = 'Demo' }
New-BAKBackupVault -BackupVaultName $VaultName -BackupVaultTag $ProjectTag
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment