Skip to content

Instantly share code, notes, and snippets.

View kostasns's full-sized avatar

Kostas kostasns

  • Vilnius, Lithuania
View GitHub Profile
@Remiii
Remiii / README.md
Last active September 1, 2024 11:05
How to delete Vault (AWS Glacier) 🗻

How to delete Vault (AWS Glacier)

This Gist give some tips in order to remove AWS Glacier Vault with AWS CLI (ie. https://aws.amazon.com/en/cli/).

Step 1 / Retrive inventory

$ aws glacier initiate-job --job-parameters '{"Type": "inventory-retrieval"}' --vault-name YOUR_VAULT_NAME --account-id YOUR_ACCOUNT_ID --region YOUR_REGION