Skip to content

Latest commit

 

History

History
38 lines (23 loc) · 662 Bytes

File metadata and controls

38 lines (23 loc) · 662 Bytes

Amazon Glacier Gs

An AWS CLI tutorial that demonstrates Glacier operations.

Running

bash amazon-glacier-gs.sh

To auto-run with cleanup:

echo 'y' | bash amazon-glacier-gs.sh

What it does

  1. Creating vault: $VAULT_NAME
  2. Describing vault
  3. Uploading an archive
  4. Listing vaults
  5. Initiating inventory retrieval

Resources created

  • Vault

The script prompts you to clean up resources when it finishes.

Cost

Free tier eligible for most operations. Clean up resources after use to avoid charges.

Related docs